29.09.2010, 19:34
Hello,
I have gone from SA-MP default to Streamer Plugin for checkpoints, And well it wont appear. Why?
Code:
If i put that, It dosent appear!
BUT if i put this:
It works, So its not my coords, So why cant i see them on the map?
Ty
I have gone from SA-MP default to Streamer Plugin for checkpoints, And well it wont appear. Why?
Code:
pawn Код:
CreateDynamicCP(x, y, z, 5.0, 1, 1, -1, 1000.0);
BUT if i put this:
pawn Код:
SetPlayerCheckpoint(playerid, x, y, z, 5.0);
Ty