SA-MP Forums Archive
Sends a Command but Fails - 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)
+--- Thread: Sends a Command but Fails (/showthread.php?tid=327468)



Sends a Command but Fails - Aira - 21.03.2012

Well, if you can't understand the tittle, its like this..
If i


/fine 0 69 Gay Tax it will send a message to me saying
Server: Unknown Command
BUT it does the command -.-

Help! (Using ZCMD)


Re: Sends a Command but Fails - T0pAz - 21.03.2012

Show your fine command.


Re: Sends a Command but Fails - Aira - 21.03.2012

What Fine Commands? ALl of them?


Re: Sends a Command but Fails - Reklez - 21.03.2012

not the all commands, T0paz means show us your full code of /fine


Re: Sends a Command but Fails - Rob_Maate - 21.03.2012

Are you returning a positive value?

pawn Код:
return 1;



Re: Sends a Command but Fails - Aira - 21.03.2012

It does it to all Commands


Re: Sends a Command but Fails - T0pAz - 21.03.2012

Quote:
Originally Posted by [RaZ]Hal_Moore
Посмотреть сообщение
It does it to all Commands
You are not returning true by return 1; when command is successful, as a result it's showing that message.