Error in superjump
#1

Quote:

if (PRESSED(KEY_JUMP))
{
new
Float,
Float:y,
Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z + 10.0);
}
return 1;
}

undefined symbol "PRESSED"
then i will defined him
Quote:

#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))

again error help plz
Reply


Messages In This Thread
Error in superjump - by Morkano - 13.07.2012, 14:35
Re: Error in superjump - by clarencecuzz - 13.07.2012, 14:38
Re: Error in superjump - by Dan. - 13.07.2012, 14:38
Re: Error in superjump - by Morkano - 13.07.2012, 14:44
Re: Error in superjump - by Dan. - 13.07.2012, 14:44
Re: Error in superjump - by Vince - 13.07.2012, 14:46
Respuesta: Error in superjump - by Marricio - 13.07.2012, 15:42

Forum Jump:


Users browsing this thread: 4 Guest(s)