23.07.2011, 11:10
Hello, well amm.. here's the error:
And here's the warning:
Line 12677:
Line 12678:
'hisname' variable definetion :
PHP код:
(12678) : error 035: argument type mismatch (argument 1)
PHP код:
(12677) : warning 202: number of arguments does not match definition
pawn Код:
GetPlayerName(playerid, hisname[MAX_PLAYER_NAME]);
pawn Код:
if(strcmp(Houses[h][hOwner] == hisname[MAX_PLAYER_NAME]) {
pawn Код:
new id, hisname[MAX_PLAYER_NAME+1];