SA-MP Forums Archive
/takelic [id] HELP - 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)
+--- Thread: /takelic [id] HELP (/showthread.php?tid=299500)



/takelic [id] HELP - HarrySidwell - 26.11.2011

Ok, I'm thinking of using
https://sampforum.blast.hk/showthread.php?tid=44376
But how would I make it so the police can take the license of them?


Re: /takelic [id] HELP - Rob_Maate - 26.11.2011

What GM are you using?


Re: /takelic [id] HELP - HarrySidwell - 26.11.2011

Vortex roleplay 2, also would it be possible tto convert it?


Re: /takelic [id] HELP - HarrySidwell - 26.11.2011

anyone?


Re: /takelic [id] HELP - Rob_Maate - 26.11.2011

pawn Код:
if(groupVariables[playerVariables[playerid][pGroup]][gGroupType] == 1 || groupVariables[playerVariables[playerid][pGroup]][gGroupType] == 2)
{
//insert code for cops here
}
else
{
//insert code for a player who is not a cop here
}