SA-MP Forums Archive
Help with this 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)
+--- Thread: Help with this command! (/showthread.php?tid=575285)



Help with this command! - ZToPMaN - 25.05.2015

When I use this code in game it's move object and all things working, but it's say " Unknown command" but it's working! Ineed help to remove this " UNKNOWN COMMAND"
Quote:

CMDopen(playerid, params[]){ //S.W.A.T Gate open
MoveObject(swatgate,2429.60864, -2506.03540, 20.31362,3.5); //opened " CreateObject(980, 2429.60864, -2506.03540, 20.31362, 0.00000, 0.00000, 351.90863); "
return ;
}




Re: Help with this command! - Konstantinos - 25.05.2015

Replace "return ;" with "return 1;".


Re: Help with this command! - ZToPMaN - 25.05.2015

ty! /lock