SA-MP Forums Archive
how to make rp test on ravens GM - 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: how to make rp test on ravens GM (/showthread.php?tid=216175)



how to make rp test on ravens GM - Vlad_Riabov - 25.01.2011

hello some one can make for me RP test for Revans Roleplay game mode?

thanks


Re: how to make rp test on ravens GM - SkizzoTrick - 25.01.2011

It is a big script,we can give you only advices
Start with this:
Create a profile data like :
PlayerInfo[playerid][pTested] = 0;
It is 0 till he do his RP Test.

Now start creating
pawn Код:
public OnPlayerConnect(...)
{
 if(PlayerInfo[playerid][pTested] == 0)
 {
     .
.
.}
ill help you later but now i have to go to school xD