[Ajuda] Й preciso?
#5

Aproveitando o tуpico, alguйm ajuda nesses warnings? eu vou na linha mais nгo acho '-'

Code:
C:\Users\zCyan\Desktop\PlayFenix v1.0\gamemodes\BPF.pwn(643) : warning 213: tag mismatch
C:\Users\zCyan\Desktop\PlayFenix v1.0\gamemodes\BPF.pwn(644) : warning 213: tag mismatch
C:\Users\zCyan\Desktop\PlayFenix v1.0\gamemodes\BPF.pwn(645) : warning 213: tag mismatch
C:\Users\zCyan\Desktop\PlayFenix v1.0\gamemodes\BPF.pwn(646) : warning 213: tag mismatch
C:\Users\zCyan\Desktop\PlayFenix v1.0\gamemodes\BPF.pwn(647) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Warnings.
Codigo

Code:
bool:IsPlayerAimingAtPlayer(playerid, target)
{
        new Float:x, Float:y, Float:z;
        GetPlayerPos(target, x, y, z);
        if (IsPlayerAimingAt(playerid, x, y, z-0.75, 0.25)) return 1;
        if (IsPlayerAimingAt(playerid, x, y, z-0.25, 0.25)) return 1;
        if (IsPlayerAimingAt(playerid, x, y, z+0.25, 0.25)) return 1;
        if (IsPlayerAimingAt(playerid, x, y, z+0.75, 0.25)) return 1;
        return 0;
}
Reply


Messages In This Thread
Й preciso? - by zCyan - 24.08.2017, 22:09
Re: Й preciso? - by renatog - 24.08.2017, 22:11
Re: Й preciso? - by C4rtm4n - 24.08.2017, 22:24
Re: Й preciso? - by fxckshzt - 24.08.2017, 22:39
Re: Й preciso? - by zCyan - 24.08.2017, 22:41
Re: Й preciso? - by RodrigoMSR - 24.08.2017, 22:43

Forum Jump:


Users browsing this thread: 2 Guest(s)