SA-MP Forums Archive
[FS] Won't Load - 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: [FS] Won't Load (/showthread.php?tid=202758)



[FS] Won't Load - ToPhrESH - 25.12.2010

When I run the server-samp.exe thing to start up a server, I was going to look at my progress so far on my [FS]. Well, when I put in the name of my [FS] it would say in the black box that it had loaded the [FS]. When I enter the server and try to do the commands none of them work. When I try typing a command it just closes the box.

Any help please?


Re: [FS] Won't Load - [L3th4l] - 25.12.2010

Umm, are you using plugin functions in the FS and maybe you forgot to load it? Or post some of the cmds, or the OnPlayerCommandText


Respuesta: [FS] Won't Load - ipsBruno - 25.12.2010

Please,use:

/rcon loadfs [fsname]

And post the result here.

I wait.


Re: [FS] Won't Load - ToPhrESH - 25.12.2010

When I try to do any command it just deletes.

And No, I don't have any commands. I am half way through the FS so only command I have done is /dm1 /dm2 /dms..-.- But I did make a huge menu O.o...


Re: [FS] Won't Load - propilot - 25.12.2010

Happend in my pilot server.
There is something wrong in the script. Even tho there are no errors/warnings showing up.


Re: [FS] Won't Load - ToPhrESH - 25.12.2010

Oh no! I spent forever working on this! ... Do you know any possible problem where it could do this in the script? Would you be willing to look over to see? Because personally, I see nothing wrong in it to cause this to happen..


Pls help!


Re: [FS] Won't Load - Larsey123IsMe - 25.12.2010

...You FS did compile without errors/warnings?


Re: [FS] Won't Load - TheYoungCapone - 25.12.2010

Phresh this happened before let me go look into it and ill get back with you.


Re: [FS] Won't Load - [WF]Demon - 25.12.2010

well if it is in the code a way (just a suggestion) is to go through the whole script and put prints after each line like

pawn Код:
if(dsmdn == 0)
{
print("1");
SpawnPlayer(playerid);
print("2");



Re: [FS] Won't Load - ToPhrESH - 25.12.2010

What effect will that do? Like I'm not even half way through and I have over 1000 lines.