Problem(error/warning): (175) : error 001: expected token: ";", but found "-identifier-"
Dio skripte: [ pawn ]vaš odgovor[ /pawn ]public OnGameModeInit()
{
Datum = TextDrawCreate(6.666368, 423.126068, "19.03.2020~n~");
TextDrawLetterSize(Datum, 0.400000, 1.600000);
TextDrawAlignment(Datum, 1);
TextDrawColor(Datum, -1);
TextDrawSetShadow(Datum, 0);
TextDrawSetOutline(Datum, 0);
TextDrawBackgroundColor(Datum, 255);
TextDrawFont(Datum, 1);
TextDrawSetProportional(Datum, 1);
TextDrawSetShadow(Datum, 0);
DisableInteriorEnterExits();
AddStaticVehicle(401,1561.0380,-2312.3035,13.3269,89.9542,47,47); // rent 1
AddStaticVehicle(401,1561.0317,-2315.8162,13.3281,88.5073,66,66); // rent 2
AddStaticVehicle(401,1560.8068,-2318.8372,13.3285,87.4071,74,74); // rent 3
AddStaticVehicle(401,1560.7704,-2322.1218,13.3287,88.4660,87,87); // rent 4
AddStaticVehicle(401,1560.7549,-2325.5125,13.3284,91.9239,91,91); // rent 5
SetGameModeText("SA-RP by GodldenFinger.AMx");
SendRconCommand("mapname *balkan*");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
SetTimer("updatedatum",1000,true);
return 1;
}
forward updatedatum();
public updatedatum()
{
new dan,mje,god;
getdate(dan,mje,god);
new datum
>>>OVA LINIJA:format(datum,sizeof(datum),"%02d.02d.%d",dan,mje,god);
TextDrawSetString(Datum,datum);
return 1;
}
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log)://
Slika/video ingame problema(obavezno ako je ingame problem)://
Zaključano
Pomoc
598
pregleda
6
postova
Ova tema je zaključana. Samo moderatori i administratori mogu odgovarati.
pre 5 godina
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava