Posts: 107
Threads: 33
Joined: Aug 2015
Reputation:
0
I'm whondering if it's possible to add invisible checkpoins?
I want to make a script which shows people a HUD message when they pass that checkpoint.
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
Hmm, You can do an OnPlayerPickupPickup with something too small or invisible ? (I think there is an invisible item in sa-mp's items) doubt if it's possible to have an invisible checkpoint
Posts: 1,208
Threads: 36
Joined: Apr 2015
use
PHP код:
CreateDynamicCircle(Float:x, Float:y, Float:size, worldid = -1, interiorid = -1, playerid = -1);
OR
CreateDynamicCylinder(Float:x, Float:y, Float:minz, Float:maxz, Float:size, worldid = -1, interiorid = -1, playerid = -1);
invisible roller: D