28.07.2015, 18:18
(
Последний раз редактировалось xVIP3Rx; 28.07.2015 в 20:56.
)
so this works
how do I do this..
Another thing, whenever I do this the new checkpoint takes the old size, (Is that a native samp bug ? )
Don't want to use a streamer.
pawn Код:
new blabla[MAX_PLAYERS] = {-1, ...};
pawn Код:
new blabla[MAX_PLAYERS][MAX_PLAYERS] = {{-1, ...}, ...};
Don't want to use a streamer.
pawn Код:
SetPlayerCheckpoint(id, x, y, z, size);
DisablePlayerCheckpoint(i);
SetPlayerCheckpoint(id, x, y, z, newsize);