Checkpointid
#3

pawn Код:
new OilZone;
// ...
OilZone = GangZoneCreate(90, 1332, 288, 1494);
I want to use the gangzone in my timer, this is the code under OnPlayerEnterDynamicCP:
pawn Код:
//
        else if(IsPlayerInDynamicArea(playerid, OilArea))
        {
            GangZoneFlashForAll(OilZone, GetPlayerGangColor(playerid));
            format(string, sizeof(string), "%s", "OilZone");
        }
       
        PlayerCount[playerid] = 30;
        PlayerCountTimer[playerid] = SetTimerEx("GangCount", 1000, true, "iis[128]", playerid,  checkpointid, string);
But when I use the gangzone in my timer it won't work.
Reply


Messages In This Thread
Checkpointid - by Dan. - 28.07.2012, 17:00
Re: Checkpointid - by ReVo_ - 28.07.2012, 17:25
Re: Checkpointid - by Dan. - 28.07.2012, 19:22
Re: Checkpointid - by SuperViper - 28.07.2012, 19:58
Re: Checkpointid - by Dan. - 28.07.2012, 20:17
Re: Checkpointid - by Arca - 28.07.2012, 20:33
Re: Checkpointid - by Dan. - 29.07.2012, 07:55
Re: Checkpointid - by [MM]RoXoR[FS] - 29.07.2012, 08:42
Re: Checkpointid - by Dan. - 29.07.2012, 08:50
Re: Checkpointid - by [MM]RoXoR[FS] - 29.07.2012, 09:52

Forum Jump:


Users browsing this thread: 1 Guest(s)