SA-MP Forums Archive
what can produce this strange error? - 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: what can produce this strange error? (/showthread.php?tid=664326)



what can produce this strange error? - Blackaslan - 25.02.2019

It's strange but in my server the weapons don't work, if I use a command that give weapon or something like faction inventories don't work also textdraws aren't showing to the players , and finally some commands work but it give me the next answer when I use them: the command doesn't exist.

It's strange because in the logs all it's ok, plugings are updated so I don't know what is happening


Re: what can produce this strange error? - bosmania - 25.02.2019

you gotta give us some details man,show us the code like the givegun command,give us something to look into


Re: what can produce this strange error? - TheToretto - 25.02.2019

Only thing I can help you with is the:

Quote:
Originally Posted by Blackaslan
Посмотреть сообщение
and finally some commands work but it give me the next answer when I use them: the command doesn't exist.
Pretty sure you're returning false (0) on those commands, you should return true (or 1 it's the same)