Problem with memcpy
#1

-- DELETED --
Reply
#2

Код:
memcpy(Veh[playerid][0], Veh[MAX_PLAYERS][8], 0, sizeof(Veh[][])*4, sizeof(Veh[][]));
MAX_PLAYERS is the upper limit of your first dimension, so values up to (MAX_PLAYERS - 1) can only be used in the first index.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)