29.09.2012, 15:32
Here, this will work!
Код:
if(!strcmp("/createbox, cmdtext, true,10)) { new Float:x,Float:y,float:z; GetPlayerPos(playerid,x,y,z); box = CreateObject(1220,x,y,z,0,0,0); return 1; }