Checkpoints.
#1

pawn Код:
new VCheck;

public OnFilterScriptInit()
{
    VCheck = CreateDynamicCP(1498.7206,-1580.5266,13.5498,2.6653,0,0,0,0);
    return 1;
}

public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
    if(checkpointid == AdminBuilding)
    {
        GangZoneFlashForAll(VGang, COLOR_RED);
    }
    return 1;
}
How to check if a player it's staying in Checkpoint, for 30 seconds?
Reply


Messages In This Thread
Checkpoints. - by HY - 15.11.2014, 09:10
Re: Checkpoints. - by DavidBilla - 15.11.2014, 09:22

Forum Jump:


Users browsing this thread: 1 Guest(s)