SA-MP Forums Archive
unknow command problem - 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: unknow command problem (/showthread.php?tid=95717)



unknow command problem - emch0o - 04.09.2009

My problem is write something like the following example /asdaws wrong or the command name and the camera is much like that fast drive the car and no native mouse.gamemode no warnings !!! sorry my bad english




Video: http://files.uploadffs.com/5/608f548...sdasdasdas.wmv



please help me :'( :'( :'( :'( :'( :'( :'(


Re: camera - Correlli - 04.09.2009

Eh, i don't get you but i think you need scripting help. Show us the code and try to explain your problem a little better.


Re: unknow command problem - [SD]sphinX - 04.09.2009

Check the command if u named it right, In example. This is my code.



Код:
return 1;
 	  }
    if(strcmp(cmd, "/camera", true) == 0) {
You Might Have spelled it

Код:
return 1;
 	  }
    if(strcmp(cmd, "/cameraa", true) == 0) {

So Check You Code