13.03.2017, 13:22
Код:
if(PRESSED(KEY_WALK))
{
if(team[playerid] == TEAM_BALLA)
{
if(gettime() - 6 < Abilitys[playerid]) return GameTextForPlayer(playerid,"~w~ Ability Recharging!",1000,5);
GetPlayerVelocity(playerid,Float:x,Float:y,Float:z);
SetPlayerVelocity(playerid,Float:x,Float:y*1.0,Float:z+0.8* 1.2);
Abilitys[playerid][HighJumpZombie] = gettime();
}
}
For the loose indentation: https://sampforum.blast.hk/showthread.php?tid=256961

