The Exiled

Shunned by Man, Accepted by Gods
* FAQ    * Search   * Members
* Login   * Register
It is currently Thu Mar 28, 2024 3:51 am 

 View unanswered posts | View active topics


 Board index » General Area » Modding
Post new topic Reply to topic Users browsing this forum: No registered users and 6 guests
Author
Message
TE-Braveskin

Joined: Thu Aug 11, 2005 3:28 am
Posts: 1176
Post Posted: Thu Sep 22, 2005 12:09 am    Post subject: Hey, can you tell me whats wrong with this? And the fix?
Reply with quote
 
Code:
function SavePos(%client)
{
%name = client::getname(%client);
%pos = gamebase::getposition(%client);
$PlayersPosition[%name] = %pos;
export("$PlayersPosition["@%name@"]","config\\Position.cs", false);

}


I really cant find anything wrong with it, but it doesnt write the position.cs into config folder. Help please?


 Top Offline
Profile
Author
Message
TE-Noxwizard


User avatar
Joined: Tue Jun 07, 2005 5:59 pm
Posts: 942
Location: Texas
Post Posted: Thu Sep 22, 2005 12:24 pm    Post subject:
Reply with quote
 
Plasmatic wrote:
Export doesn't like to be manhandled like that..
Code:
      $AnnCLog = Client::getName(%clientId) @ " " @ %address;
   export("AnnCLog","config\\Ann_Connect.log",true);
Is just what she needs..

Crush++;



Image
Image
 Top Offline
Profile WWWICQYIM
Display posts from previous:  Sort by  
Post new topic Reply to topic Board index » General Area » Modding
Previous topic :: Next topic  
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group