16.02.2017, 15:38
base on your script you need to make sure linkid > 0 and not < 0 which means you need to have a valid id on it.
Either you have something link this
that looks like this
or you could just search your code for
don't remove the "" add find what is causing the invalid id
or you can do debug 3.
Assuming you don't know debug 3
1.go to your pawno folder
2.make a new file and name it pawno.cfg
3.now edit pawno.cfg and add -d3 in it. Save it
4.Now recompile your gamemode and start again your sampserver.exe
5.send the logs here again.
Either you have something link this
PHP код:
for(new gate; gate < MAX_LINKS; gate++)
PHP код:
for(new gate; < MAX_LINKS; gate--)
Quote:
"CloseGate" |
or you can do debug 3.
Assuming you don't know debug 3
1.go to your pawno folder
2.make a new file and name it pawno.cfg
3.now edit pawno.cfg and add -d3 in it. Save it
4.Now recompile your gamemode and start again your sampserver.exe
5.send the logs here again.