06.12.2009, 18:10
i putted this :
and added:
in my login part ( OnPlayerLogin)
and it wont spawn me automaticly, i have to press SHIFT to log on
any ideas why ??
Код:
public PlayerSpawn(playerid) { if(AccountInfo[playerid][aFaction] == 0) { SetSpawnInfo( playerid, 0, 7, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 ); } return 1; }
Код:
PlayerSpawn(playerid);
and it wont spawn me automaticly, i have to press SHIFT to log on
any ideas why ??