need help with apply animation :\
#8

if i well understand, you tell me to add new timerrunk(playerid); under defines, replace SetTimer("drunk",100, true); with SetTimer("Drunk",100, true); and to add in

else if(GetPlayerDrunkLevel(playerid) > 500)
{
KillTimer(Drunk(playerid));
}

like that?

i get 5 errors with that :S here:
Код:
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(172) : error 001: expected token: ";", but found "(" // line with new timer:Drunk(playerid);
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(626) : error 012: invalid function call, not a valid address // line with  KillTimer(Drunk(playerid));
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(626) : warning 215: expression has no effect
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(626) : error 001: expected token: ";", but found ")"
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(626) : error 029: invalid expression, assumed zero
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(626) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
thanks for the help
Reply


Messages In This Thread
need help with apply animation :\ - by pmk1 - 14.08.2010, 23:10
Re: need help with apply animation :\ - by gamer931215 - 14.08.2010, 23:20
Re: need help with apply animation :\ - by pmk1 - 14.08.2010, 23:29
Re: need help with apply animation :\ - by gamer931215 - 14.08.2010, 23:37
Re: need help with apply animation :\ - by pmk1 - 14.08.2010, 23:41
Re: need help with apply animation :\ - by gamer931215 - 14.08.2010, 23:44
Re: need help with apply animation :\ - by pmk1 - 14.08.2010, 23:52
Re: need help with apply animation :\ - by pmk1 - 15.08.2010, 00:15
Re: need help with apply animation :\ - by gamer931215 - 15.08.2010, 00:21
Re: need help with apply animation :\ - by r0b - 15.08.2010, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)