COMMAND:createct(playerid, params[]) { new float:x, float:y, float:z; GetPlayerPos(playerid, x, y, z); CreateChristmasTree(x, y+1, z); return true; }