29.07.2013, 14:14
new m[24];
GetPlayerName(playerid,m,24);
strreplace(m, '_', ' ');
if(strcmp(VehInfo[c][Proprietario],m,true) == 0) { continue ; }
I got tag mismatch on the last line..
Thanks for the help.
GetPlayerName(playerid,m,24);
strreplace(m, '_', ' ');
if(strcmp(VehInfo[c][Proprietario],m,true) == 0) { continue ; }
I got tag mismatch on the last line..
Thanks for the help.