07.11.2013, 10:04
pawn Код:
YCMD:n(playerid, params[], help)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
BoxStuff[playerid] = CreateObject(1576,x,y,z,0,0,0,0.0);
return 1;
}
YCMD:n(playerid, params[], help)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
BoxStuff[playerid] = CreateObject(1576,x,y,z,0,0,0,0.0);
return 1;
}