19.06.2014, 20:00
Olб
Estou com o seguinte erro quando vou compilar..
Linhas do erro:
Topo GM:
OnGameModeInit
Alguйm poderia me ajudar a arrumar esse erro?
Estou com o seguinte erro quando vou compilar..
pawn Код:
C:\-------\----------\---------\-------\gamemodes\------.pwn(34) : error 010: invalid function or declaration
C:\-----\------\-----------\------\gamemodes\----.pwn(233) : warning 203: symbol is never used: "Textdraw1"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Topo GM:
pawn Код:
new Text:Textdraw1;
OnGameModeInit
pawn Код:
public OnGameModeInit()
{
AddStaticVehicle(451,1999.3174,-2581.4631,13.1982,0.1176,1,1);
return 1;
}
Textdraw1 = TextDrawCreate(530.000000, 439.000000, "www");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 2);
TextDrawLetterSize(Textdraw1, 0.159999, 0.700000);
TextDrawColor(Textdraw1, -1);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);
}
Alguйm poderia me ajudar a arrumar esse erro?