/crb ? - 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: /crb ? (
/showthread.php?tid=243872)
/crb ? -
slowride326 - 25.03.2011
Anyone got a extra roadblock script. The one under filter scripts doesn't seem to work?
Re: /crb ? -
[NRP]Blade - 25.03.2011
Quote:
Originally Posted by [GM]Sasino97
Offtopic: Sorry i can't make new thread for this little help so i just maded it here really sorry
do we need to put
In the end i am using this one
pawn Код:
CMD:Vip(playerid, params[])
|
What? are you asking what to return using zcmd?
Re: /crb ? -
[NRP]Blade - 25.03.2011
No, had some loose indentation so...
Код:
CMD:Vip(playerid, params[])
{
if(GetPVarInt(playerid, "vip") < 1) return SendClientMessage(playerid, -1,"Error: you're not vip ");
SendClientMessage(playerid, 0x00FFFFAA ,"Vip Commands");
return 1;
}
Feel free to pm me for more help.