SA-MP Forums Archive
Server: Unknown command - 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: Server: Unknown command (/showthread.php?tid=179930)



Server: Unknown command - martynas - 29.09.2010

What is the problem All my commands are unrecognised?

i don't understand whats wrong... Have anybody suggestions?


Re: Server: Unknown command - Retardedwolf - 29.09.2010

Its most probably your OnPlayerCommandText if you're not using DCMD or ZCMD and return 1 instead of 0 at the end of commands.


Re: Server: Unknown command - martynas - 29.09.2010

so i need to return 1 or 0


Re: Server: Unknown command - martynas - 29.09.2010

At the en d of commantext i made

return SendClientMessage(playerid,COLOR,"command not exist");

but it says SERVER: unknown command i don't understand what the f...


Re: Server: Unknown command - actiwe - 29.09.2010

Can you show the OnPlayerCommandText ?