The Exiled
http://theexiled.pwnageservers.com/forum/

Hey, can you tell me whats wrong with this? And the fix?
http://theexiled.pwnageservers.com/forum/viewtopic.php?f=4&t=536
Page 1 of 1

Author:  TE-Braveskin [ Thu Sep 22, 2005 12:09 am ]
Post subject:  Hey, can you tell me whats wrong with this? And the fix?

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?

Author:  TE-Noxwizard [ Thu Sep 22, 2005 12:24 pm ]
Post subject: 

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++;

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/