Testing Offline returns diff..... (SOLVED) (updated FS too) - 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: Testing Offline returns diff..... (SOLVED) (updated FS too) (
/showthread.php?tid=130827)
Testing Offline returns diff..... (SOLVED) (updated FS too) -
adsy - 28.02.2010
I have been using my filterscript:
http://forum.sa-mp.com/index.php?topic=153709.0
in offline testing with full working results
using the exact same gamemode, filterscripts, plugins as the online version
the difference is that the online version doesnt show the whole script (the new added part)
i have tried:
reuploading
matching the .cfg files
stopping and restarting the server
loading the filterscript during cfg and after gamemode is running
i have even adjusted my returns from return 0 to return 1 etc and it still works on the offline server but not on the online one.
any clues?
Re: Testing Offline returns different result to testing online -
[Ger]Little_Grandpa - 28.02.2010
Maybe you didnt upload the .amx, only did the .pwn?
Re: Testing Offline returns different result to testing online -
adsy - 28.02.2010
both are up as half the script is working
Re: Testing Offline returns different result to testing online -
adsy - 01.03.2010
well i am going to try a different gamemode and see if that makes any difference.
.Really want to solve this so any suggestions are helpful
also going to delete all fs and reload 1 by 1
Re: Testing Offline returns different result to testing online -
wafffllesss - 01.03.2010
Quote:
Originally Posted by adsy
well i am going to try a different gamemode and see if that makes any difference.
.Really want to solve this so any suggestions are helpful
also going to delete all fs and reload 1 by 1
|
Be sure the way you uploaded your file didn't jumped the uploading, as another file with the same name was there before. ( if i'm not wrong... ).
Some ftp programs do not upload files that already have in the server. Delete the file in the server them re-upload it.
Re: Testing Offline returns different result to testing online -
adsy - 01.03.2010
i use filezilla and the overwrite feature
Re: Testing Offline returns different result to testing online -
adsy - 01.03.2010
ok fixed
the script needs to be the first filterscript loaded for some reason