14.07.2008, 02:42
Tip:
When people enter the marker if you want the marker to disapear (in car or on foot) add the below code after EVERYTHING in the script.
save it and compile should compile with no errors or warnings then go test the script choose a place go to it on foot or in car when u enter the marker it will disapear !!
( maybe the maker of this script should add this to the script himself and reupload a link with this already in it)
When people enter the marker if you want the marker to disapear (in car or on foot) add the below code after EVERYTHING in the script.
Code:
public OnPlayerEnterCheckpoint(playerid) { DisablePlayerCheckpoint(playerid); }
( maybe the maker of this script should add this to the script himself and reupload a link with this already in it)