02.02.2012, 09:34
Considering I can easily tell this is taken from an NGG script.
You forgot to change something.
Change the "PlayerInfo" there at the end since you are not using that, you are using playerVariables
Also on that same line there is a space in your numbers. Find the space! *HINT* Its at the end of the code!
You forgot to change something.
pawn Code:
if (PlayerToPoint(3, playerid,263.8386,109.0965,1004.6172) || PlayerToPoint(3,playerid,263.8386,109.0965,1004.61 72) || PlayerInfo[playerid][pLocal]
Also on that same line there is a space in your numbers. Find the space! *HINT* Its at the end of the code!
pawn Code:
PlayerToPoint(3,playerid,263.8386,109.0965,1004.61 72)