RequestClass
#1

How can I skip request class? I already searched but i could not understand others topics.

Can someone show me an example?
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
return 0;
}
Reply
#3

No,

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
    return 1;
}
Reply
#4

What happens:

I see the vinewood sign and if press shift i spawn *-*

help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)