Pomoc

Započeo nedjanight1
19. Mar. 2020. Zaključano
618
pregleda
6
postova
nedjanight1
2
Street Runner
19. Mar. 2020.
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)://
Garadooo
5
Forum Don
19. Mar. 2020.
Sljedeci put stavi normalan naslov,gospodine.
Gaucho69
5
Crime Lord
19. Mar. 2020.
new datum; zaboravio si ; mozda imas jos negdje daj liniju koja daje taj error i ne treba ti toliki string/datum stavi manje
i.sam.znas
2
Street Runner
20. Mar. 2020.
new datum;
nedjanight1
2
Street Runner
20. Mar. 2020.
Ma imam new datum
Gaucho69
5
Crime Lord
20. Mar. 2020.
nedjanight1 wrote on March 20, 2020, 1:30 pm:
Ma imam new datum

Alo retosu de citaj malo sta ti pisemo i da ne radimo DP kod new datum ti fali na kraju ; new datum;

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha