Class selection
#1

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
Reply
#2

Bumping it.
Reply
#3

Someone correct me if I'm wrong, but I think that's impossible.
Reply
#4

lalalala......
Quote:
Originally Posted by Pawno script:
public OnPlayerConnect(playerid)
{
SpawnPlayer(playerid); // <- CLICK!
SetPlayerPos(playerid,x,y,z); // <- CLICK!
return 1;
}
Reply
#5

Quote:
Originally Posted by Crusher!!
lalalala......
Quote:
Originally Posted by Pawno script:
public OnPlayerConnect(playerid)
{
SpawnPlayer(playerid); // <- CLICK!
SetPlayerPos(playerid,x,y,z); // <- CLICK!
return 1;
}
I'll get back to you on that to see if it works.

EDIT: No, it doesn't
Reply
#6

let it works... let it works... let it works... xD,

i think it must be work because... the Wiki samp page says:
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.
EDIT: DAMM...... maybe it works when you put it @ OnPlayerRequestClass
Reply
#7

Quote:
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:
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.
EDIT: DAMM...... maybe it works when you put it @ OnPlayerRequestClass
Nope.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)