GetTickCount
#2

pawn Код:
if((GetTickCount() - Abilitys[playerid][HighJumpZombie]) < 6000) return GameTextForPlayer(playerid,"~b~ Still recovering",1000,5);
{
new Float:x,Float:y,Float:z;
GetPlayerVelocity(playerid,x,y,z);
SetPlayerVelocity(playerid,x,y*1.0,z+0.8* 1.1);
Abilitys[playerid][HighJumpZombie] = GetTickCount();
}
Reply


Messages In This Thread
GetTickCount - by Kitten - 11.08.2012, 23:17
Re: GetTickCount - by Jefff - 11.08.2012, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)