08.08.2014, 20:06
https://sampwiki.blast.hk/wiki/Strcmp
You have ignorecase - if set to false, the names are case-sensitive. player is not the same as playeR.
So wherever you have /enter cmd:
You have ignorecase - if set to false, the names are case-sensitive. player is not the same as playeR.
So wherever you have /enter cmd:
pawn Код:
if(!strcmp(PlayerName(playerid), hInfo[houseid][hOwner], false)) {
}