[AJUDA] Random (Tag Mismatch)
#5

Nгo, nгo, no GM eram lugares (X,Y,Z).

-----

Outra coisa agora.

Код:
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(121) : warning 213: tag mismatch
C:\Arquivos de programas\Rockstar Games\Nova pasta\pawno\RPZumbi.pwn(122) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new float:Health;
    new Veh = GetPlayerVehicleID(playerid);
    GetVehicleHealth(Veh, Health); // Warnig aqui.
    if(Health < 100) // Warnig aqui.
    {
        TogglePlayerControllable(playerid,0);
        return 0;
    }
    return 1;
}
OBS.: Tambйm quero saber se estб na public certa ou se devo por em outra.
Reply


Messages In This Thread
[AJUDA] Funзгo nгo esta funcionando direito. - by Guilherme P. - 22.12.2011, 16:22
Re: [AJUDA] Random (Tag Mismatch) - by Hardware - 22.12.2011, 16:28
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 22.12.2011, 16:40
Re: [AJUDA] Random (Tag Mismatch) - by Hardware - 22.12.2011, 16:42
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 15:45
Re: [AJUDA] Random (Tag Mismatch) - by Cristhian - 23.12.2011, 15:58
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 16:04
Re: [AJUDA] Random (Tag Mismatch) - by rjjj - 23.12.2011, 16:10
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 16:46
Re: [AJUDA] Random (Tag Mismatch) - by rjjj - 23.12.2011, 17:24

Forum Jump:


Users browsing this thread: 2 Guest(s)