[UNSOLVED] CP Streamer - 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: [UNSOLVED] CP Streamer (
/showthread.php?tid=116684)
[UNSOLVED] CP Streamer -
Kyle - 29.12.2009
I have a cp streamer by i dont know who by anyway im trying to make a cp ingame. Like the way i make it in pawno, But its a weird cp streamer you have things like
#define CP_CHECK1 1
CP_CHECK1
new Float:checkCoords[MAX_POINTS][4] = {
{1137.0602, -11.2906, 1142.6293, 3.0941}, //
};
new Float:checkpoints[MAX_POINTS][4] = {
{2109.2126, 917.5845, 10.8203, 5.0}, //
};
Here is the checkpoint public
http://pastebin.com/m65fa5b24
Basicacly i want to know how do i make a cp ingame with that streamer? Like if a person goes /checkpointhere
Re: CP Streamer -
Kyle - 29.12.2009
Anyone?