After connect
#1

When u join the server and login box come after it , it dont show the skin menu where we Chose the Skin to be cop or els

if works before but now it dont works
and now if i try to keep rejoin again and again then it works after reconnection 5 times
how i can fix that am loosing player with that
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    OnPlayerRequestClass(playerid, 0);
    //Rest of code..
This will call OnPlayerRequestClass, so 'playerid' is automatically sent to class selection with the classid '0' (the starting skin).

EDIT: This really only depends whether you use SetPlayerCameraPos and SetPlayerPos in OnPlayerRequestClass.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)