A car problem
#2

Replace
pawn Код:
strmid(CarInfo[idcar][cOwner], sendername, 0, strlen(sendername), 999);
with
pawn Код:
format(CarInfo[idcar][cOwner], MAX_PLAYER_NAME, sendername );
// I hope 'sendername' stores the name. So, let's debug it to be sure
printf("cOwner = %s", CarInfo[idcar][cOwner]);
Reply


Messages In This Thread
A car problem - by IuLyAnBoSs - 19.11.2012, 07:19
Re: A car problem - by Konstantinos - 19.11.2012, 07:35
Re: A car problem - by IuLyAnBoSs - 19.11.2012, 07:47
Re: A car problem - by Konstantinos - 19.11.2012, 07:53
Re: A car problem - by [Dejo] - 19.11.2012, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)