1 Super ANNOYING ERROR and WARNING.
#2

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


Messages In This Thread
1 Super ANNOYING ERROR and WARNING. - by Ben7544 - 23.07.2011, 11:10
Re: 1 Super ANNOYING ERROR and WARNING. - by MoroDan - 23.07.2011, 11:34

Forum Jump:


Users browsing this thread: 1 Guest(s)