Quote:
Originally Posted by JesterlJoker
PHP код:
SetSpawnInfo(playerid, team, skin, Float:x, Float:y, Float:z, Float:rotation, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
SpawnPlayer(playerid);
Use this on player connect but I recommend use a timer and give it a one second delay before using the code..
PHP код:
SetPlayerPos(playerid, Float:X, Float:Y, Float:Z); //To place the player into the game or if you wish to have some login style type thing
//use this below if you wish to follow the log-in thing
SetPlayerCameraPos(playerid, Float:x, Float:y, Float:z) // place the camera somewhere else to hide the players location
TogglePlayerControllable(playerid, false); //To keep them from moving...
//Then you know the next part of this the login and registration system.
|
Now testing......................