CMD:createrefuelspot(playerid,params[]){ new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); AddRefuelPickup(x, y, z); return 1;}