MiniCheckpoint - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MiniCheckpoint (
/showthread.php?tid=197393)
MiniCheckpoint -
k3nw00d_kri5ty - 08.12.2010
How to make a checkpoint, but do not appear on the map...
I tried an pickup with checkpoint but this not have texture...
Re: MiniCheckpoint -
Memoryz - 09.12.2010
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
Make a mapicon with the MAPICON_LOCAL_CHECKPOINT or MAPICON_GLOBAL_CHECKPOINT
Re: MiniCheckpoint -
k3nw00d_kri5ty - 09.12.2010
D:\Jocuri\Samp\SERVER~1\GAMEMO~1\THEGOD~1.PWN(1957 ) : error 017: undefined symbol "MAPICON_LOCAL_CHECKPOINT"
Line: SetPlayerMapIcon(playerid, 12, -1982.1677,142.6755,27.6875, 52, 0, MAPICON_LOCAL_CHECKPOINT);
I defined MAPICON_LOCAL_CHECKPOINT to 2
#define MAPICON_LOCAL_CHECKPOINT 2
But now i have a new warning:
D:\Jocuri\Samp\SERVER~1\GAMEMO~1\THEGOD~1.PWN(1958 ) : warning 202: number of arguments does not match definition
On first picture is a checkpoint:
/imageshack/img221/4751/samp003l0.png
And on this picture the checkpoint is on map ...
/imageshack/img263/7379/samp002nic.png
Re: MiniCheckpoint -
kLx - 09.12.2010
You have to use 0.3c for this.