SA-MP Forums Archive
checkpoints - 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)
+--- Thread: checkpoints (/showthread.php?tid=370471)



checkpoints - R4VER - 20.08.2012

hey guys...
i used this tutorial to create some multiple checkpoints for my server : https://sampforum.blast.hk/showthread.php?tid=289337

it works fine when i run my server in my own pc but when i hosted it in my vps... after entering check poin t nothing happened... idk how to fix it any help?


Re: checkpoints - R4VER - 20.08.2012

anyone?!


Re: checkpoints - CentyPoo - 20.08.2012

Make sure you're running linux plugins if it's a Linux server.


Re: checkpoints - R4VER - 20.08.2012

it doesnt need plugin i think^^ and my server is windows


Re: checkpoints - CentyPoo - 20.08.2012

Not sure, you could post the code or try using dynamic checkpoints with the streamer plugin.


Re: checkpoints - R4VER - 20.08.2012

well i didnt post my own code cause my code is just completely like the TUT's code which i posted the link


Re: checkpoints - preshantram - 20.08.2012

Have you loaded the Incognito streamer,

By entering in the server.cfg Plugins : streamer.dll
and paste streamer.dll in the plugin folder?


Re: checkpoints - CentyPoo - 20.08.2012

This tut uses streamer...make sure you've got
pawn Код:
#include <streamer>
And that it's updated, also try adding the
pawn Код:
Checkpoint = CreateDynamicCP(-1392.8824,2641.5508,55.9545, 2, -1, -1, -1, 100);
Under OnGameModeInit()
EDIT: Also change this
pawn Код:
new Checkpoint [MAX_PLAYERS];
//to this..
new Checkpoint;



Re: checkpoints - R4VER - 20.08.2012

oh ill try it thx