13.02.2015, 12:43
You created the function like this:
Yet you are only using "playerid", not "type".
You need to use it with all the arguments you created.
pawn Код:
IsAtDynamicPoint(playerid, type)
pawn Код:
IsAtDynamicPoint(playerid)

