Nothing happens. - 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: Nothing happens. (
/showthread.php?tid=271573)
Nothing happens. -
iGetty - 25.07.2011
Um, when I start the server, then go IG, and type a command, it doesn't do anything?, please can somebody help me?
Re: Nothing happens. -
=WoR=Varth - 25.07.2011
Without showing your code? No we can't.
Re: Nothing happens. -
Runedog48 - 25.07.2011
Quote:
Originally Posted by getty154
Um, when I start the server, then go IG, and type a command, it doesn't do anything?, please can somebody help me?
|
Is it an scripting problem or a server problem? And we need your configuration. And your Server Log.
Re: Nothing happens. -
Shockey HD - 25.07.2011
Quote:
Originally Posted by Runedog48
Is it an scripting problem or a server problem? And we need your configuration. And your Server Log.
|
Why would we need his .cfg? Show us a script, most problems like that is from a bad script and that bad script makes none of the codes work. Make sure all your plugins are correct. Did this randomly happen or did it happen after you added a code?
Re: Nothing happens. -
iGetty - 25.07.2011
Well, I don't know?, I have used my previously backed up .pwn, and it still isn't working?, but it was working before?
Re: Nothing happens. -
RowdyrideR - 25.07.2011
lol this guy is weirdo
maybe after the last cmd:
Код:
if (strcmp("/kill", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid,0);
return 1;
}
return 0;
}
we really can't get the Problem :X
Re: Nothing happens. -
=WoR=Varth - 25.07.2011
Quote:
Originally Posted by getty154
Well, I don't know?, I have used my previously backed up .pwn, and it still isn't working?, but it was working before?
|
You don't know your code? What a miracle.
What do you mean by not working? giving error or what?
Re: Nothing happens. -
Haydn - 25.07.2011
Just send us that .pwn
Re: Nothing happens. -
iGetty - 25.07.2011
I mean that it isn't returning anything.. I've searched through the whole script for "return 0;", and checked they are alright where they are, but it's strange?, and I will not send the script, as it clearly mustn't have something to do with the script?
Re: Nothing happens. -
=WoR=Varth - 25.07.2011
What's your command processor?