CMD:createobject(playerid,params[]){ new modelid; if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED,"Sorry but you are not authorised to use this command"); if(sscanf(params, "i" ,modelid)) return SendClientMessage(playerid, COLOR_YELLOW,"Usage: /createobject "); new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); for(new i=0; i