What happend Here? Pawno has stopped working???
#1

Hi everyone is there any Error with my codes? Because I make a command and when I try to Save it The Pawno stopped Working Why? Can you help me ? Please?

Command of Robbery!.... Is there any error? If you want the Timer code i'll give you it.
Код:
CMD:robdrag(playerid, params[]) //Command robbank
{
	if(!IsPlayerInDynamicCP(playerid, CP_Robdrag)) return SendClientMessage(playerid, COLOR_RED, "You must be in Checkpoint");
	{
		if(Robdragrobbedrecently >=1)//Checking if Four Dragon Casino has been Robbed Recently..
		{
			SendClientMessage(playerid, COLOR_RED, "[ROBBERY]: Four Dragon has been Robbed Recently");
		}
		ROBBING_Robdrag[playerid] = 60;
		Robdragrobbedrecently =200;
	}
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)