30.10.2010, 09:53
Hey I need some help to make an automatic login system please I'm actually usin the very nice ZAdmin FS and his account system. And I'd like the players to log on the server automaticly.
Thanks
Thanks
public OnPlayerConnect(playerid)
{
SpawnPlayer(playerid);
return 1;
}