15.02.2011, 02:23
I know somebody had an almost identical problem to mine, but I haven't been able to find an answer.
The problem is, it creates the first pickup, but fails to create the second.
The problem is, it creates the first pickup, but fails to create the second.
pawn Код:
TeleportPickup[id][0] = CreatePickup(1318, 1, pos_x, pos_y, pos_z, vw);
TeleportPickup[id][1] = CreatePickup(1318, 1, topos_y, topos_y, topos_z, tovw);