Prevent to show SA:MP default class selection at player join.
#5

Try this (tested):

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
    SetTimer("SpawnP", 1, false);
    return 1;
}

forward SpawnP(playerid);
public SpawnP(playerid)
{
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)