help with my /stealth command
#4

Код:
if (strcmp("/stealthoff", cmdtext, true, 5) == 0)
    {
   	if(KillingSpree[playerid] < 3) return SendClientMessage(playerid,COLOR_RED,"You Havn't Activated Stealth Mode Yet!");
   	KillingSpree[playerid]-3;
   	if(GetPVarInt(playerid,"CMDABUSE")>GetTickCount())return SendClientMessage(playerid,0xFF0000FF,"You Can Only Use This Command every 30 seconds.");
	SetPVarInt(playerid,"CMDABUSE",GetTickCount()+30000);
	SetPlayerMarkerForPlayer( 100, 1, COLOR_ORANGE );
	SendClientMessage(playerid, 0xRRGGBBFF,"Stealth Mode Disabled");
	return 1;
	}
Try this i changed 00 to FF at the color
Reply


Messages In This Thread
help with my /stealth command - by Haydz - 30.10.2010, 09:25
Re: help with my /stealth command - by <Weponz> - 30.10.2010, 09:33
Re: help with my /stealth command - by Haydz - 30.10.2010, 09:36
Re: help with my /stealth command - by TouR - 30.10.2010, 09:41
Re: help with my /stealth command - by Haydz - 30.10.2010, 09:45
Re: help with my /stealth command - by Retardedwolf - 30.10.2010, 09:52
Re: help with my /stealth command - by <Weponz> - 30.10.2010, 09:59
Re: help with my /stealth command - by Haydz - 30.10.2010, 10:10
Re: help with my /stealth command - by Retardedwolf - 30.10.2010, 10:18

Forum Jump:


Users browsing this thread: 1 Guest(s)