/crb ?
#1

Anyone got a extra roadblock script. The one under filter scripts doesn't seem to work?
Reply
#2

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
pawn Код:
return 0;
}
In the end i am using this one
pawn Код:
CMD:Vip(playerid, params[])
What? are you asking what to return using zcmd?
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)