29.08.2015, 14:44
It attaches perfectly for me, no problems at all. I just tried it through an I-ZCMD command:
Код:
new Matura[MAX_PLAYERS]; CMD:test(playerid,params[]) { Matura[playerid] = CreateObject(1778, 0.0,0.0,0.0,1.7350, 0.0, 0.0, 0.0); AttachObjectToPlayer(Matura[playerid], playerid, -0.2, 0.15, -1, 0, 0, -90); return CMD_SUCCESS; }