27.01.2015, 20:15
Its only for one player you need replace
pawn Код:
new crate;
to
new crate[MAX_PLAYERS];
and next
crate[playerid] = CreateObject(2358, x, y, z-0.85, 0.0, 0.0, angle);