06.04.2018, 16:01
Quote:
Hello people from samp community.
I have a few of warnings, which i really dont want there in my list. Anyone can help me? Warnings: Код HTML:
C:\Users\Lietotājs\Desktop\TACTIC.ITP\pawno\include\OPSP.inc(217) : warning 201: redefinition of constant/macro (symbol "SetPlayerHealth") C:\Users\Lietotājs\Desktop\TACTIC.ITP\pawno\include\OPSP.inc(227) : warning 201: redefinition of constant/macro (symbol "SetPlayerArmour") C:\Users\Lietotājs\Desktop\TACTIC.ITP\gamemodes\tactic.pwn(16519) : warning 201: redefinition of constant/macro (symbol "ShowPlayerDialog") 217 > PHP код:
PHP код:
16519 > PHP код:
|
Код:
#define SetPlayerHealthEx(%0, %1) RL_UpdatedHealth[%0]=true; SetPlayerHealth(%0, %1); #define SetPlayerArmourEx(%0, %1) RL_UpdatedHealth[%0]=true; SetPlayerArmour(%0, %1);