12.02.2010, 23:17
How do i solve this:
Quote:
: error 017: undefined symbol "playerid" |
: error 017: undefined symbol "playerid" |
Originally Posted by Ricop522
put:
for(new i=0; i<MAX_PLAYERS; i++) { change playerid for "i" |
Originally Posted by [HiC
TheKiller ]
What callback do you use when using playerid? |
Originally Posted by Anwix
Paste the whole function
|
public downhealth(playerid)
{
new Float:health;
GetPlayerHealth(playerid,health);
SetPlayerDrunkLevel(playerid, 50000);
SetPlayerHealth(playerid,health -0.001);
}
Originally Posted by Anwix
Does a timer run this function?
|