[Pawn] I am having an issue with my code - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] I am having an issue with my code (/showthread.php?tid=2502) |
I am having an issue with my code - [Rs]VeNoM - 2023-12-01 This is my code, this code is of creating an organization vehicle but it says Unknown Command Code: CMD:setorgveh(playerid,params[]) Full code : https://pastebin.com/KXLubSGP[url=https://pastebin.com/KXLubSGP][/url] RE: I am having an issue with my code - denNorske - 2023-12-05 Are you logged in as RCON administrator when you run that command? PHP Code: if(!IsPlayerAdmin(playerid)) return 0; |