ID Bug
#1

hey guys i got this problem with my ID Bug, any IDs can get bugged when ever they want as i mean if youopen the server everythings good after some minutes it starts telling that that ID isnt online with All the CMDs.... any ideas?

and also could i ask some more help i know it dosent go under this but any ideas why it gives me 2 texts?

Код:
	if(PlayerInfo[playerid][pDonateRank] == 1)
	{
	    new string[128];
		format(string, sizeof(string), "** (( {CC6600}Bronze VIP{FFFFFF} %s: %s ))", GetPlayerNameEx(playerid), params);
        OOCOff(COLOR_OOC,string);
	}
	if(PlayerInfo[playerid][pDonateRank] == 2)
	{
	    new string[128];
		format(string, sizeof(string), "** (( {999999}Silver VIP{FFFFFF} %s: %s ))", GetPlayerNameEx(playerid), params);
        OOCOff(COLOR_OOC,string);
	}
	if(PlayerInfo[playerid][pDonateRank] == 3)
	{
	    new string[128];
		format(string, sizeof(string), "** (( {FFD700}Gold VIP{FFFFFF} %s: %s ))", GetPlayerNameEx(playerid), params);
        OOCOff(COLOR_OOC,string);
	}
	if(PlayerInfo[playerid][pDonateRank] == 4)
	{
	    new string[128];
		format(string, sizeof(string), "** (( {00CC99}Platinum VIP{FFFFFF} %s: %s ))", GetPlayerNameEx(playerid), params);
        OOCOff(COLOR_OOC,string);
	}
	if(PlayerInfo[playerid][pDonateRank] == 5)
	{
	    new string[128];
		format(string, sizeof(string), "(( {00FFFF}Diamond VIP{FFFFFF} %s: %s ))", GetPlayerNameEx(playerid), params);
        OOCOff(COLOR_OOC,string);
	}
just to note that the Diamond VIP dosent give texts it works properly like it should
Reply


Messages In This Thread
ID Bug - by Acres - 18.01.2014, 04:27
Re: ID Bug - by Threshold - 18.01.2014, 04:55

Forum Jump:


Users browsing this thread: 1 Guest(s)