// Topo do GM
new Text3D:Texto3DVeiculo[MAX_VEHICLES];
// OnGameModeInit
for(new i=0; i<MAX_VEHICLES; i++)
{
if(GetVehicleModel(i) == 462)
{
Texto3DVeiculo[i] = Create3DTextLabel("Veнculo Civil",0xFF0000AA,0.0,0.0,0.0,100.0,0,0);
Attach3DTextLabelToVehicle(Texto3DVeiculo[i],i,0.0,0.0,2.0);
}
}
for(new i=0; i<MAX_VEHICLES; i++)
{
if(GetVehicleModel(i) == 462)
{
format(string, sizeof string, "Veнculo Civil");
Texto3DVeiculo[i] = Create3DTextLabel(string, 0xFF0000AA, 0.0, 0.0, 0.0, 10.0, 0);
Attach3DTextLabelToVehicle(Texto3DVeiculo[i],i, 0.0, 0.0, 0.0);
}
}
C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\gamemodes\bph.pwn(4210) : error 017: undefined symbol "string" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\gamemodes\bph.pwn(4210) : error 017: undefined symbol "string" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\gamemodes\bph.pwn(4211) : error 017: undefined symbol "string" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\gamemodes\bph.pwn(11956) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. |
for(new i=0; i<MAX_VEHICLES; i++)
{
if(GetVehicleModel(i) == 462)
{
new string[15];
format(string, sizeof string, "Veнculo Civil");
Texto3DVeiculo[i] = Create3DTextLabel(string, 0xFF0000AA, 0.0, 0.0, 0.0, 10.0, 0);
Attach3DTextLabelToVehicle(Texto3DVeiculo[i],i, 0.0, 0.0, 0.0);
}
}
//retired
C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(4217) : error 017: undefined symbol "string" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(4217) : error 017: undefined symbol "string" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(4217) : warning 215: expression has no effect C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(4217) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(4217) : fatal error 107: too many error messages on one line |
new string[15];
C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject") C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject") C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.2\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT" C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(421 ![]() C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(421 ![]() C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(421 ![]() C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(421 ![]() C:\Documents and Settings\Administrador\Desktop\-[Server GTA]- Brasil Start Life\2.21\gamemodes\bph.pwn(421 ![]() Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors. |