Quote:
Originally Posted by AroseKhanNaizi
pawn Код:
if(!PlayerInfo[playerid][pSpawn]) return SendClientMessage(playerid,COLOR_ERROR,ERROR_NOT_SPAWNED);
error
pawn Код:
error 079: inconsistent return types (array & non-array)
no idea why it is there even tried
pawn Код:
if(!PlayerInfo[playerid][pSpawn]) SendClientMessage(playerid,COLOR_ERROR,ERROR_NOT_SPAWNED); return 1;
|
Show all of this callback or function where you use that line.