[Ajuda] Erro comando /carregar e /descarregar !
#1

Tentei fazer um comando para que o player possa /carregar e /descarregar encima de um Checkpoint, mas ta dando erro, alguйm me ajuda ?

Variavel:

PHP Code:
new ccarregado 1
/Carregar

PHP Code:
CMD:carregar(playeridparams[])
{
    new 
VehicleID;
    
VehicleID GetPlayerVehicleID(playerid);
    new 
modelo;
    
modelo GetVehicleModel(VehicleID);
    if(
modelo == 413)
    if(
IsPlayerInRangeOfPoint(playerid2473.4294,-1698.2968,13.5178,9.5))
    if(
ccarregado == 1)
    
SendClientMessage(playerid"| MERCADORIA | Foi marcado um checkpoint em seu mapa, leve a mercadoria atй lб para ser entregue!");
    return 
1;

E agora o comando /Descarregar

PHP Code:
CMD:descarregar(playeridparams[])
{
    new 
VehicleID;
    
VehicleID GetPlayerVehicleID(playerid);
    new 
modelo;
    
modelo GetVehicleModel(VehicleID);
    if(
modelo == 413)
    if(
IsPlayerInRangeOfPoint(playerid1544.3640,16.4791,24.1406,9.5))
    if(
ccarregado == 0)
    
SendClientMessage(playerid"| MERCADORIA | O seu forgгo nгo estava carregado com a mercadoria, volte para busca-lo!");
    return 
1;

Linha de erros:

pawn Code:
C:\Users\lucas\Documents\SA-MP\servidor em construзгo\gamemodes\inicio.pwn(73) : warning 213: tag mismatch
C:\Users\lucas\Documents\SA-MP\servidor em construзгo\gamemodes\inicio.pwn(73) : warning 202: number of arguments does not match definition
C:\Users\lucas\Documents\SA-MP\servidor em construзгo\gamemodes\inicio.pwn(495) : error 035: argument type mismatch (argument 2)
C:\Users\lucas\Documents\SA-MP\servidor em construзгo\gamemodes\inicio.pwn(508) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Obrigado !
Reply


Messages In This Thread
Erro comando /carregar e /descarregar ! - by Yak - 23.03.2015, 02:22
Re: Erro comando /carregar e /descarregar ! - by ipsLuan - 23.03.2015, 02:24
Re: Erro comando /carregar e /descarregar ! - by arakuta - 23.03.2015, 02:26
Re: Erro comando /carregar e /descarregar ! - by Yak - 23.03.2015, 02:30
Re: Erro comando /carregar e /descarregar ! - by ipsLuan - 23.03.2015, 02:37
Re: Erro comando /carregar e /descarregar ! - by Yak - 23.03.2015, 02:58
Re: Erro comando /carregar e /descarregar ! - by ipsLuan - 23.03.2015, 03:19

Forum Jump:


Users browsing this thread: 1 Guest(s)