[Ajuda]Comando e Erro
#8

na parte final do gm eu coloquei:
Код:
forward Conserto(playerid, carid);
public Conserto(playerid, carid)
{
	new string[256]; //add o new string...
    format(string, sizeof(string), "{FFFF00}[INFO] {00FF00} Carro Consertado com Sucesso!", aname, playerid);
    SendClientMessage(playerid, AzuL4, string);
    RepairVehicle(carid);
    SetVehicleHealth(carid, 1000);
    TogglePlayerControllable(playerid,1);
    GivePlayerMoney(playerid, -100);
    return 1;
}
ai so deu um erro:
Код:
D:\Documents\San Andreas - Multi Player\Brasil Vida Ladrгo - Meu Servidor\Server Samp\gamemodes\dynamic.pwn(22264) : error 017: undefined symbol "aname"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
[Ajuda]Comando e Erro - by mutante_br - 05.11.2011, 16:23
Re: [Ajuda]Comando e Erro - by gabrielbnv - 05.11.2011, 16:30
Re: [Ajuda]Comando e Erro - by mutante_br - 05.11.2011, 16:32
Re: [Ajuda]Comando e Erro - by Hardware - 05.11.2011, 16:44
Re: [Ajuda]Comando e Erro - by mutante_br - 05.11.2011, 16:49
Re: [Ajuda]Comando e Erro - by Shadoww5 - 05.11.2011, 16:50
Re: [Ajuda]Comando e Erro - by mutante_br - 05.11.2011, 16:53
Re: [Ajuda]Comando e Erro - by mutante_br - 05.11.2011, 16:55
Re: [Ajuda]Comando e Erro - by Dolby - 05.11.2011, 17:06
Re: [Ajuda]Comando e Erro - by mutante_br - 05.11.2011, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)