Hide class Selection when connect
#1

Hi all in my server when player connect will display the class selection
i want to hide it and connect
how to do it
(sorry my keybroad error)
Reply
#2

codes maybe?
Reply
#3

PHP код:
SetSpawnInfo(playeridteamskinFloat:xFloat:yFloat:zFloat:rotationweapon1weapon1_ammoweapon2weapon2_ammoweapon3weapon3_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(playeridFloat:XFloat:YFloat: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(playeridFloat:xFloat:yFloat:z// place the camera somewhere else to hide the players location
TogglePlayerControllable(playeridfalse); //To keep them from moving...
//Then you know the next part of this the login and registration system. 
Reply
#4

Quote:
Originally Posted by thegamer355
Посмотреть сообщение
codes maybe?
No code, it is new.pwn
Reply
#5

Quote:
Originally Posted by JesterlJoker
Посмотреть сообщение
PHP код:
SetSpawnInfo(playeridteamskinFloat:xFloat:yFloat:zFloat:rotationweapon1weapon1_ammoweapon2weapon2_ammoweapon3weapon3_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(playeridFloat:XFloat:YFloat: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(playeridFloat:xFloat:yFloat:z// place the camera somewhere else to hide the players location
TogglePlayerControllable(playeridfalse); //To keep them from moving...
//Then you know the next part of this the login and registration system. 
Now testing......................
Reply
#6

Quote:
Originally Posted by JesterlJoker
Посмотреть сообщение
PHP код:
SetSpawnInfo(playeridteamskinFloat:xFloat:yFloat:zFloat:rotationweapon1weapon1_ammoweapon2weapon2_ammoweapon3weapon3_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(playeridFloat:XFloat:YFloat: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(playeridFloat:xFloat:yFloat:z// place the camera somewhere else to hide the players location
TogglePlayerControllable(playeridfalse); //To keep them from moving...
//Then you know the next part of this the login and registration system. 
Error :
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)