23.07.2011, 11:34
This:
Must be:
And this:
Must be:
pawn Код:
GetPlayerName(playerid, hisname[MAX_PLAYER_NAME]);
PHP код:
GetPlayerName(playerid, hisname, sizeof(hisname));
pawn Код:
if(strcmp(Houses[h][hOwner] == hisname[MAX_PLAYER_NAME]) {
PHP код:
if(!strcmp(Houses[h][hOwner], hisname)) {