Vasic wrote on August 22, 2019, 9:51 am:
Posalji ovde u pm
Veliko hvala ovom coveku @Vasic zna da radi svoj posao. Zna da skripta i pomogao mi je da rijesim error.
Naš forum je uspješno migriran na novu platformu. Svi vaši podaci, računi i sadržaj su prebačeni na GTABLKN.
Prevuci gore ili dole za pozicioniranje
Poslednja aktivnost
pre 6 godina
postova
80
Kreiranih tema
18
XP
290
Pridružio se
jul 2018
Izgleda da ПуÑонја| trenutno ne radi ništa

SetGameModeText( VERZIJA_MODA );
SendRconCommand( "language "MAP_NAME"" );
LoadScriptFiles( );
CreateTextDraws( );
odbrojavanje = SetTimer( "Odbrojavanja", 1000, true );
sprovera = SetTimer("ProveraIgraca", 8000, true);
EnableStuntBonusForAll( 0 );
DisableInteriorEnterExits( );
ManualVehicleEngineAndLights( );
AllowInteriorWeapons( 1 );
ShowPlayerMarkers( 2 );
ServerInfo[ Prognozasys ] = 10;
SetWeather( 10 );
new year, month, day;
getdate( year, month, day );
if( realtime )
{
new tmphour,
tmpminute,
tmpsecond,
stringic[ 30 ];
gettimeEx( tmphour, tmpminute, tmpsecond );
FixHour( tmphour );
tmphour = shifthour;
SetWorldTime( tmphour );
ServerInfo[ VremeInGame ] = tmphour;
format( stringic, sizeof( stringic ), "%s%d:%s%d:%s%d_-_%d/%d/%d", (tmphour < 10) ? ("0") : (""), tmphour, (tmpminute < 10) ? ("0") : (""), tmpminute, (tmpsecond < 10) ? ("0") : (""), tmpsecond, day, month, year );
TextDrawSetString( Glavni_TD[ 1 ], stringic );
}
return 1;
}
Nivo 3
7 / 20 otključano