28.05.2016, 06:24
pawn Код:
CMD:vhelp(playerid, params[])
{
if(GetPVarInt(playerid, "DonateRank") >= 1)
{
SendClientMessage(playerid, 0xC2A2DAAA, "/v ((VIP CHAT)), /vweather ((CUSTOM WEATHER)), /vips ((VIPS ONLINE))");
} //You forgot this
return 1;
}