16.02.2012, 22:41
The strcmp is fine. Do this
to check if the string is not empty. If it is, then strcmp will also return 0
Код:
SendClientMessage(playerid, 0xAAAAAA, vehInfo[v][Owner]); if(strcmp(vehInfo[v][Owner], p_Name, false) == 0)