Again this problem!
#5

Quote:
Originally Posted by Flamehaze7
Посмотреть сообщение
Код:
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();
          }
}
Try like this.

For the loose indentation: https://sampforum.blast.hk/showthread.php?tid=256961
Now it gives me this.

PHP код:
error 010invalid function or declaration
C
:\Users\sAad\Desktop\Alpha vs Delta\gamemodes\Vs2.pwn(395) : error 010invalid function or declaration
C
:\Users\sAad\Desktop\Alpha vs Delta\gamemodes\Vs2.pwn(397) : error 010invalid function or declaration
C
:\Users\sAad\Desktop\Alpha vs Delta\gamemodes\Vs2.pwn(399) : error 021symbol already defined"GetPlayerVelocity"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Reply


Messages In This Thread
Again this problem! - by ProBro - 13.03.2017, 13:18
Re: Again this problem! - by Flamehaze7 - 13.03.2017, 13:22
Re: Again this problem! - by Toroi - 13.03.2017, 13:24
Re: Again this problem! - by AlexPalermitano97 - 13.03.2017, 13:27
Re: Again this problem! - by ProBro - 13.03.2017, 13:34
Re: Again this problem! - by ProBro - 13.03.2017, 13:37
Re: Again this problem! - by Flamehaze7 - 13.03.2017, 13:37
Re: Again this problem! - by ProBro - 13.03.2017, 13:39
Re: Again this problem! - by ProBro - 13.03.2017, 13:41
Re: Again this problem! - by Flamehaze7 - 13.03.2017, 13:42

Forum Jump:


Users browsing this thread: 1 Guest(s)