remove RequestClass
#1

How to remove RequestClass?when login/register automatic will be spawn?
im add
Код:
SpawnPlayer(playerid);
on player connect and again dont work..
Reply
#2

Add it to OnPlayerReqestClass


See if you get the same results then
Reply
#3

nope
Reply
#4

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
}

//OnPlayerConnect
SetSpawnInfo(playerid, 0,0,0,0,0,0,0,0,0,0,0,0);
This works
Reply
#5

thankssssss
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)