09.07.2015, 12:55
You dont need to write [MAX_PLAYERS] after MB.
Try this:
Or this:
Try this:
Код:
new MB; MB = CreateObject(1550, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); AttachObjectToPlayer(MB[playerid], playerid, -0.027000, -0.251999, 0.000000, 1.000000, 1.000000, 1.000000);
Код:
new MB; MB = CreateObject(1550, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); AttachObjectToPlayer(MB, playerid, -0.027000, -0.251999, 0.000000, 1.000000, 1.000000, 1.000000);
