14.04.2008, 12:54
Can you help me:
new float:health;
GetPlayerHealth(killerid,health);
SetPlayerHealth(killerid,health +50);
The compiler is saying Tag mismatch
it is supposed to kive the killer 50 live back if he kills someone.
//I Just had to write float with a capital letter
new float:health;
GetPlayerHealth(killerid,health);
SetPlayerHealth(killerid,health +50);
The compiler is saying Tag mismatch
it is supposed to kive the killer 50 live back if he kills someone.
//I Just had to write float with a capital letter