/setvip command help
#4

Код:
        new string[128], string1[128], target[MAX_PLAYER_NAME], pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid, pName, sizeof(pName));
        GetPlayerName(pID, target, sizeof(target));
        format(string, sizeof(string), "You have set %s Vip level to %i", target, value);
        SendClientMessage(playerid, -1, string);
        format(string, sizeof(string), "Your Vip level has been set to %i by %s", value, pName);
        SendClientMessage(pID, -1, string1);
        PlayerInfo[pID][pVip] = value;
If you need more Infomation post your Vip codes , full codes here i may edit it for you!!
Reply


Messages In This Thread
/setvip command help - by WSMPenguin - 20.03.2015, 05:06
Re: /setvip command help - by Jonggol - 20.03.2015, 05:24
Re: /setvip command help - by WSMPenguin - 20.03.2015, 05:27
Re: /setvip command help - by fuckingcruse - 20.03.2015, 12:22
Re: /setvip command help - by KayJ - 20.03.2015, 12:37
Re: /setvip command help - by Loot - 20.03.2015, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)