08.12.2012, 14:03
(
Последний раз редактировалось Windrush; 08.12.2012 в 14:45.
)
Fixed By BenzoAMG
Quote:
Perhaps the fact they have a ; after public RAC() ??
Lol... pawn Код:
|
Perhaps the fact they have a ; after public RAC() ??
Lol... pawn Код:
|
forward RAC();
public RAC();
{
SendClientMessageToAll(COLOR_WHITE,"{FF2200}[System] {00FF00}All Un Occupied Vehcile Were Respawned!!");
for(new v=0;v<MAX_VEHICLES;v++) if(!IsVehicleOccupied(v)) EraseVeh(v);
return 1;
}
pawn Код:
|
public RAC();
{
SendClientMessageToAll(COLOR_WHITE,"{FF2200}[System] {00FF00}All Un Occupied Vehcile Were Respawned!!");
for(new v=0;v<MAX_VEHICLES;v++) if(!IsVehicleOccupied(v)) EraseVeh(v);
return 1;
}
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\gamemodes\SATDM_v11.pwn(30136) : error 055: start of function body without function header
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\gamemodes\SATDM_v11.pwn(30138) : error 010: invalid function or declaration
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\gamemodes\SATDM_v11.pwn(30139) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
public RAC()
{
SendClientMessageToAll(COLOR_WHITE,"{FF2200}[System] {00FF00}All Un Occupied Vehcile Were Respawned!!");
for(new v=0;v<MAX_VEHICLES;v++) if(!IsVehicleOccupied(v)) EraseVeh(v);
return 1;
}