CMD:barreira(playerid) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateObject(981, x, y, z, 0.0, 0.0, 0.0, 50.0); return 1; }