/dropcar
#1

I don`t work /dropcar
Код:
if(strcmp(cmd,"/dropcar", true) == 0)
{
    if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
    {
        tmp = strtok(cmdtext, idx);
        new playa, gname[MAX_PLAYER_NAME];
        playa = ReturnUser(tmp);
        new carid = GetPlayerVehicleID(playerid);
        GetPlayerName(playa,gname,sizeof(gname));
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, COLOR_GRAD2, "USE: /dropcar [playerid/PartOfName]");
            return 1;
        }
        if(IsAnOwnableCar(carid))
        {
            if(strcmp(gname, CarInfo[carid][cOwner], true) == 0)
            {
                SetTimerEx("RubaVeicolo",300000, false, "i", playerid);
                SendClientMessage(playerid,COLOR_WHITE, "* Stai rubando l'auto, devi rimanere dentro per 5 minuti!");
                format(gstring,sizeof(gstring),"* %s apre il pannello dell'auto e inizia a smontarlo.",gname);
                ProxDetector(30.0, playerid, gstring, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            }
            else return SendClientMessage(playerid,COLOR_WHITE,"* This vehicle doesn't belong to that player!");
        }
        else return SendClientMessage(playerid,COLOR_WHITE,"* This vehicle is not owned!");
    }
    else return SendClientMessage(playerid,COLOR_WHITE,"* You are not a the Ombre member!");
    return 1;
}
I have errors.

C:\Users\Martins un citi\Desktop\ser 0.3\gamemodes\larp.pwn(46779) : error 017: undefined symbol "gname"
C:\Users\Martins un citi\Desktop\ser 0.3\gamemodes\larp.pwn(46779) : error 017: undefined symbol "gname"
C:\Users\Martins un citi\Desktop\ser 0.3\gamemodes\larp.pwn(46779) : error 029: invalid expression, assumed zero
C:\Users\Martins un citi\Desktop\ser 0.3\gamemodes\larp.pwn(46779) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply


Messages In This Thread
/dropcar - by martiins2 - 07.11.2010, 08:58
Re: /dropcar - by martiins2 - 08.11.2010, 14:15
Re: /dropcar - by martiins2 - 12.11.2010, 11:02
Re: /dropcar - by iJumbo - 12.11.2010, 11:04
Re: /dropcar - by Camacorn - 12.11.2010, 11:07
Re: /dropcar - by martiins2 - 12.11.2010, 16:20
Re: /dropcar - by The_Moddler - 12.11.2010, 16:31
Re: /dropcar - by DRIFT_HUNTER - 12.11.2010, 16:32
Re: /dropcar - by martiins2 - 12.11.2010, 16:46
Re: /dropcar - by martiins2 - 13.11.2010, 11:02

Forum Jump:


Users browsing this thread: 3 Guest(s)