Checkpoint wont appear?
#1

Hello,

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);
If i put that, It dosent appear!

BUT if i put this:
pawn Код:
SetPlayerCheckpoint(playerid, x, y, z, 5.0);
It works, So its not my coords, So why cant i see them on the map?

Ty
Reply
#2

Код:
CreateDynamicCP(x, y, z, 5.0, 1, 1, playerid, 1000.0);
...
Reply
#3

No i want it for everyone on the server
Reply
#4

Then make a loop lol
Reply
#5

Even with playerid it dosent show,
Reply
#6

Where are you putting it?
Reply
#7

A timer. Though as i said it works with SA-MP default
Reply
#8

LOL, if it is a timer, you must forward with playerid...
Reply
#9

Dont you think i did that.. xd I have tried everything but i dont see the problem.
It works with SA-MP original using playerid ect, It did this earlier on a diff script too..
Reply
#10

You have set worldid and interiorid to 1

Код:
CreateDynamicCP(x, y, z, 5.0, -1, -1, playerid, 1000.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)