Coordinates
#7

Quote:
Originally Posted by Kwarde
Посмотреть сообщение
OMG DONT NAG! :P
No serious, you can wait.. Just bump after 12 hours or something, not 10 minutes! (so to speak)
But the code of vehicleplotter is this: MinX, MinY, MaxX, MaxY, I had the same problem first too xD
Here's a "edit" of the InArea:

pawn Код:
stock IsPlayerInArea(playerid, minx, miny, maxx, maxy)
{
    new Float:pX, Float:pY, Float:pZ;
    GetPlayerPos(playerid, pX, pY, pZ);
    if(pX >= minx && pX <= maxx && pY >= miny && pY <= maxy)
        return true;
    else
        return false;
}
I think this is gonna work, I didnt test it
Sorry for nagging, i am just desperate to get this to work.

But i still dont get it!, can you please edit the whole scrip so it works?

Works = When enter the Meet Factory then the count down frim 15 sec should start, after 15 sec in area he should get autokilled, Thank You!
Reply


Messages In This Thread
Coordinates - by Larsey123IsMe - 09.11.2010, 12:59
Re: Coordinates - by Cameltoe - 09.11.2010, 13:06
Re: Coordinates - by Larsey123IsMe - 09.11.2010, 13:17
Re: Coordinates - by Larsey123IsMe - 09.11.2010, 14:12
Re: Coordinates - by Larsey123IsMe - 09.11.2010, 14:45
Re: Coordinates - by Kwarde - 09.11.2010, 14:51
Re: Coordinates - by Larsey123IsMe - 09.11.2010, 14:56
Re: Coordinates - by Kwarde - 09.11.2010, 14:59
Re: Coordinates - by Larsey123IsMe - 09.11.2010, 15:02
Re: Coordinates - by Kwarde - 09.11.2010, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)