Capture Zone
#2

Code:
new Checkpoint[MAX_PLAYERS];
 
public OnGameModeInIt()
{
Checkpoint = SetPlayerCheckpoint(playerid, Float:x,Float:y,Float:z,8);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
if(Checkpoint[playerid] = 1)
{
SendClientMessage(playerid,color,"wait 20 seconds");
SetTimerEx("SetZone",20000,false,"i",playerid);
}
return 1;
}
forward SetZone(playerid);
public SetZone(playerid)
{
if...
return 1;
}
Enter your gangzones to it
Reply


Messages In This Thread
Capture Zone - by [WTF]Godfather - 17.02.2011, 18:44
Re: Capture Zone - by smoke_weed - 18.01.2012, 11:09
Re: Capture Zone - by sayhello - 18.01.2012, 11:16
Re: Capture Zone - by smoke_weed - 18.01.2012, 11:29
Re: Capture Zone - by the_zohan - 17.05.2012, 05:10

Forum Jump:


Users browsing this thread: 1 Guest(s)