SA-MP Forums Archive
RequestClass - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: RequestClass (/showthread.php?tid=96350)



RequestClass - Hot - 07.09.2009

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

Can someone show me an example?


Re: RequestClass - LuxurioN™ - 07.09.2009

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



Re: RequestClass - Zezombia - 07.09.2009

No,

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



Re: RequestClass - Hot - 07.09.2009

What happens:

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

help?