[Ajuda] Erros
#1

Bom Tava Fazendo 1 Org q tava sem graзa meu sv sу com 23 aii fiz 1 pro meu primo q й VIP



Dai Quando Fui Colocar pra Tira o Player quando Entra no carro Deu o erro :

Код HTML:
C:\Documents and Settings\LU\Desktop\gta geral\Gm\Life-Forever\gamemodes\Forever.pwn(9050) : error 004: function "IsACCobraCar" is not implemented
C:\Documents and Settings\LU\Desktop\gta geral\Gm\Life-Forever\gamemodes\Forever.pwn(9052) : error 004: function "IsACCobra" is not implemented
Texto Da Linha Do Erro :

PHP код:
            if(IsACCobraCar(newcar))
            {
                if(!
IsACCobra(playerid))
                {
                    
SendClientMessage(playeridCOLOR_COBRA"Vocк nгo й um Cobra, por isso nгo tem a chave desse veнculo!");
                    
RemovePlayerFromVehicleEx(playerid);
                }
            } 








Reply
#2

forward IsACCobra(playerid);
forward IsACCobraCar(carid);

adicione isso no top do GM
Reply
#3

Ja Tem Pow
Reply
#4

A funзгo nгo estб implementada.
Reply
#5

PHP код:
public IsACCobraCar(carid)
{
 if(
carid >= 255 && carid <=255)
    {
        return 
1;
    }
    return 
0;

e Tambem
PHP код:
public IsACCobra(playerid)
{
    if(
IsPlayerConnected(playerid))
    {
        new 
Lider PlayerInfo[playerid][pLider];
        new 
member PlayerInfo[playerid][pMembro];
        if(
member==11)
        {
            return 
1;
        }
        if(
Lider==11)
        {
            return 
1;
        }
    }
    return 
0;

@edit o numero 11 e o id da org
Reply
#6

Como Assim?


@EDIT Onde й pra por isso?
Reply
#7

Olha ai em cima no post que eu fiz falta as public que verifica qual os carros e o id da org
Reply
#8

Vo ve aki



@EDIT Vlw Deu Certo
Reply
#9

Sempre da Certo ,
=)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)