19.07.2012, 18:48
Quote:
Can you add a simple admin car command?
Example: /acar spawns a car id 411 infort of you Simple Im just wondering if you can add it...? And fix /admins so you can see admins online.. it doesnt work for me it says /ask instead of showing admins online... And show how to make more admin commands like you showd how to make vip cmds? Код:
YCMD:vchat(playerid, params[], help) { #pragma unused help if(P_Data[playerid][VIP] == 0) return SCM(playerid, COLOR_RED, "You need to be VIP player!"); //Put 0 for Bronze VIP player, < 2 for Silver VIP player and < 3 for Gold VIP player //There what to do in command return 1; } |