MySQL Strings
#8

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Replace:
pawn Код:
new pSMS[MAX_PLAYERS][SMS][MAX_SMS];
to:
pawn Код:
new pSMS[MAX_PLAYERS][MAX_SMS][SMS];
and swap all the rest as well, for example this:
pawn Код:
pSMS[playerid][Message][listitem]
becomes:
pawn Код:
pSMS[playerid][listitem][Message]
and so on. The sms-id first and last the item of the enumerator.
Thanks Konstantinos it worked, can you explain me why it happens?
Reply


Messages In This Thread
MySQL Strings - by HidroDF - 18.12.2016, 16:50
Respuesta: MySQL Strings - by HidroDF - 18.12.2016, 20:03
Re: MySQL Strings - by Vince - 18.12.2016, 20:11
Respuesta: MySQL Strings - by HidroDF - 18.12.2016, 22:06
Re: MySQL Strings - by iLearner - 18.12.2016, 22:24
Re: MySQL Strings - by Konstantinos - 18.12.2016, 22:35
Respuesta: Re: MySQL Strings - by HidroDF - 18.12.2016, 22:36
Respuesta: Re: MySQL Strings - by HidroDF - 18.12.2016, 22:54
Re: Respuesta: Re: MySQL Strings - by Konstantinos - 18.12.2016, 22:58

Forum Jump:


Users browsing this thread: 1 Guest(s)