07.06.2011, 23:20
C:\Users\Renan\Desktop\pawno\gamemodes\CGU123.pwn( 204) : error 017: undefined symbol "vehicleid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Comando:
linha 204:
GetVehicleHealth(vehicleid, 0.0);
o que fazer?
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Comando:
pawn Код:
if(strcmp("/e", cmdtext, true, 10) == 0)
{
SetVehicleHealth(vehicleid, 0.0);
SendClientMessage(playerid, BRANCO," » {30DDE7}BUM BUM{FFFFFF} e {30DDE7}BUM!{FFFFFF}");
return 1;
}
GetVehicleHealth(vehicleid, 0.0);
o que fazer?