27.09.2010, 18:31
Can somebody give me some help with GetPlayerHealth
Here's the problem. I try and compile my script, everythings fine, apart from this:
The error is:
I dont get it, it worked on my other script that i compiled yesterday.
Here's the problem. I try and compile my script, everythings fine, apart from this:
pawn Код:
new Float:pHealth;
GetPlayerHealth(id, pHealth);
SetPlayerHealth(id, pHealth - 10);
Код:
C:\Documents and Settings\Ash B Funky\Desktop\Trucking World Server Project Files\filterscripts\admin.pwn(99) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Ash B Funky\Desktop\Trucking World Server Project Files\filterscripts\admin.pwn(100) : error 035: argument type mismatch (argument 1)