04.10.2009, 16:24
How can I make it so that when the player connects on the server and it does not show the class selectiion, and only it will show up if the player presses the "f4" key on the keyboard and types /kill
Originally Posted by Pawno script:
public OnPlayerConnect(playerid)
{ SpawnPlayer(playerid); // <- CLICK! SetPlayerPos(playerid,x,y,z); // <- CLICK! return 1; } |
Originally Posted by Crusher!!
lalalala......
Quote:
|
Originally Posted by Wiki SA-MP
Rather then waiting until someone is ready to spawn (or if you just want to respawn the player for any reason), this is the function you should use. This function immediately respawns the player on the location set by AddPlayerClass or SetSpawnInfo. The function is working perfectly.
|
Originally Posted by Crusher!!
let it works... let it works... let it works... xD,
i think it must be work because... the Wiki samp page says: Quote:
|