02.03.2016, 01:40
Eu nгo sei o que vocк estб tentando fazer, mas a funзгo deve ser a mesma tag de retorno.
Код:
forward Float:GetPlayerHealthEx(playerid);
stock Float:GetPlayerHealthEx(playerid) {
return vida[playerid];
}
forward Float:GetPlayerArmourEx(playerid);
stock Float:GetPlayerArmourEx(playerid) {
return colete[playerid];
}

