checkpoints
#1

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?
Reply
#2

anyone?!
Reply
#3

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

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

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

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

Have you loaded the Incognito streamer,

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

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;
Reply
#9

oh ill try it thx
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)