29.09.2012, 15:28
you entered "?" by mistake heres the correction
pawn Код:
if(!strmp("/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;
}