18.12.2016, 22:35
Replace:
to:
and swap all the rest as well, for example this:
becomes:
and so on. The sms-id first and last the item of the enumerator.
pawn Код:
new pSMS[MAX_PLAYERS][SMS][MAX_SMS];
pawn Код:
new pSMS[MAX_PLAYERS][MAX_SMS][SMS];
pawn Код:
pSMS[playerid][Message][listitem]
pawn Код:
pSMS[playerid][listitem][Message]