24.12.2012, 17:56
error 076: syntax error in the expression, or invalid function call
Linha:
Funзгo:
Linha:
pawn Код:
arTimer = SetTimer(reparo, 3000, true);
pawn Код:
forward reparo(playerid);
public reparo(playerid)
{
RepairVehicle(Veiculo[playerid]);
return 1;
}