09.05.2012, 15:55
Is this right ?
I put this in the command:
I do not need coordinates from x,y,z ?
I put this in the command:
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
cow[playerid] = CreateObject(11470,x,y,z-2,0.0,0.0,0.0);
AttachObjectToPlayer(cow[playerid], playerid, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0);