SA-MP Forums Archive
Pawn.CMD alias - invalid function 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: Pawn.CMD alias - invalid function error (/showthread.php?tid=654875)



Pawn.CMD alias - invalid function error - AndreiWow - 08.06.2018

PHP код:
alias:createobject("cobj""cobject"); 
error


PHP код:
error 010invalid function or declaration 



Re: Pawn.CMD alias - invalid function error - jasperschellekens - 08.06.2018

Do you even know what you are doing here?

PHP код:
#include <Pawn.CMD> 

cmd:help(playeridparams[]) 

    
// code here 
    
return 1

alias:help("commands""cmds""menu"); // case insensitive 
You could start with giving us more information related to your error. For example your createobject command.