CMD:createconcrete(playerid,params[]){ new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid,X,Y,Z); CreateObject(1215,X,Y,Z,-1,-1,-1); return 1;}