02.11.2018, 14:07
Quote:
|
This is not specifically an error, but rather a warning, in this case is because your code is disorganized, try to put it like this:
pawn Code:
|
That code is organized fine, you don't need to put the return [...] in a seperate line.
Anyway, shouldn't it be this way:
PHP Code:
sInfo[playerid][MedikuDarbas]
PHP Code:
new sInfo[MAX_PLAYERS][E_PLAYER_INFO];
Another possibility would be if the function in which this code is has a tag, like Float. In that case you shouldn't return an int value (the return value of SendClientMessage is an integer).


