08.02.2014, 19:45
Hmm I don't actually don't get it to fully, I tired with that variable example.
But I have a completely different turf script, as mine is very very simple.
Forgot to mention it in first post sorry..
But it didn't happened anything.
Maybe have done it wrong some how.. Damn tired right now xD..
Edit:
ross8839 @ Thanks, I'll look into it tomorrow, my brain won't work properly right now
to tired xD.
But I have a completely different turf script, as mine is very very simple.
Forgot to mention it in first post sorry..
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == GolfCP)
{
TurfOwner[GolfZone] = playerid;
SetTimerEx("GolfTurfT",9000,0,"i",playerid);
GangZoneShowForAll(GolfZone,GetPlayerColor(playerid)); //Old color 0xFF71B896
GangZoneFlashForAll(GolfZone,(playerid));
}
pawn Код:
public GolfTurfT(playerid)
{
if(TurfOwner[GolfZone] == playerid)
GangZoneStopFlashForAll(GolfZone);
GivePlayerMoney(playerid, 9000);
}
But it didn't happened anything.
Maybe have done it wrong some how.. Damn tired right now xD..
Edit:
ross8839 @ Thanks, I'll look into it tomorrow, my brain won't work properly right now
to tired xD.