C:\pawno\***.pwn(3003 ![]() C:\pawno\***.pwn(30043) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30077) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30093) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(3009 ![]() C:\pawno\***.pwn(30114) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30123) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30131) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30136) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(3014 ![]() C:\pawno\***.pwn(30164) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30173) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30175) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30185) : error 079: inconsistent return types (array & non-array) C:\pawno\***.pwn(30192) : error 079: inconsistent return types (array & non-array) |
if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /pay [PlayerID/PartOfName] [Amount]"); return 1; }
And all errors looking on that: (Example)
Код:
if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /pay [PlayerID/PartOfName] [Amount]"); return 1; } |