02.03.2016, 14:15
Whats worng? I tryng to make my anti cheat
stock Float: GetPlayerArmourEx(playerid, &Float: coletes) // warning 208: function with tag result used before
stock Float: GetPlayerHealthEx(playerid, &Float: vidas) // warning 208: function with tag result used before
stock Float: GetPlayerArmourEx(playerid, &Float: coletes) // warning 208: function with tag result used before
stock Float: GetPlayerHealthEx(playerid, &Float: vidas) // warning 208: function with tag result used before
Код:
stock Float: GetPlayerHealthEx(playerid, &Float: valor) // warning 208: function with tag result used before definition, forcing reparse { valor = vida[playerid]; return valor; } stock Float: GetPlayerArmourEx(playerid, &Float: valor) // warning 208: function with tag result used before definition, forcing reparse { valor = colete[playerid]; return valor; }