[Ajuda] Variavel id do veiculo
#9

pawn Код:
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(60192) : error 029: invalid expression, assumed zero
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(60192) : warning 215: expression has no effect
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(60192) : error 001: expected token: ";", but found "if"
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(60194) : warning 213: tag mismatch
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(60198) : warning 213: tag mismatch
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(17599) : warning 204: symbol is assigned a value that is never used: "GuerranaEstacaoLV"
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(17569) : warning 204: symbol is assigned a value that is never used: "GuerranoHotel"
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA.pwn(17639) : warning 204: symbol is assigned a value that is never used: "GuerranoSkate"
Pawn compULTRAer 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
pawn Код:
//chave carro
            new placaveiculo = GetPlayerVehicleID(playerid);
            else if(placaveiculo >= 500)
(60192)         {
                if(placaveiculo != pCarKey)
(60194)         {
                    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vocк nгo tem a chave desse veнculo!");
                }
                else if(placaveiculo == pCarKey)
(60198)         {
                GetVehicleParamsEx(carro, mot, lu, alar, por, cap, porma, ob);
                SetVehicleParamsEx(carro, VEHICLE_PARAMS_ON, lu, alar, por, cap, porma, ob);
                motor[playerid] = 1;
                format(string, sizeof(string), " %s estб ligando o veiculo.", PlayerName(playerid));
                ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
                SendClientMessage(playerid, 0xFFFFFFAA, "Veiculo {2F991A}Ligado!");
                return 1;
                }
            }

else if(placaveiculo >= 500) pq isso ta dentro de uma parte do meu comando /v ligar, q tem carros de orgs, tudo, mas sу esse n ta pegando..
Reply


Messages In This Thread
Variavel id do veiculo - by luccagomes15 - 25.11.2013, 01:13
Re: Variavel id do veiculo - by VivendoVirtual - 25.11.2013, 01:19
Re: Variavel id do veiculo - by luccagomes15 - 25.11.2013, 01:23
Re: Variavel id do veiculo - by Kimossab - 25.11.2013, 12:56
Re: Variavel id do veiculo - by luccagomes15 - 25.11.2013, 19:11
Re: Variavel id do veiculo - by Kimossab - 26.11.2013, 00:23
Re: Variavel id do veiculo - by luccagomes15 - 26.11.2013, 07:12
Re: Variavel id do veiculo - by Kimossab - 27.11.2013, 08:03
Re: Variavel id do veiculo - by luccagomes15 - 27.11.2013, 09:42
Re: Variavel id do veiculo - by Kimossab - 27.11.2013, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)