SA-MP Forums Archive
[Ajuda] Calendario em 2011 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Calendario em 2011 (/showthread.php?tid=391600)



Calendario em 2011 - PSYRocK - 11.11.2012

Ola pessoal aqui й o PSY '-- dessa vez venho perguntar porque meu calendario (encima do relogio) fica em 2011 em nгo em 2012, me ensine a editar pois ta acabando o ano e nгo quero vim pedir aqui denovo, e denovo e denovo XD (Agora sгo 2 da manhг '-) Abaixo o meu gl_realtime (Nгo sei se й esse que faz o calendario mais й o mais provavel)
Код:
#include <a_samp>
#pragma tabsize 0

//--------------------------------------------------

new Text:txtTimeDisp;
new hour, minute;
new timestr[32];

forward UpdateTimeAndWeather();

//--------------------------------------------------

new fine_weather_ids[] = {1,2,3,4,5,6,7,12,13,14,15,17,18,24,25,26,27,28,29,30,40};
new foggy_weather_ids[] = {9,19,20,31,32};
new wet_weather_ids[] = {8};

stock UpdateWorldWeather()
{
	new next_weather_prob = random(100);
	if(next_weather_prob < 70) 		SetWeather(fine_weather_ids[random(sizeof(fine_weather_ids))]);
	else if(next_weather_prob < 95) SetWeather(foggy_weather_ids[random(sizeof(foggy_weather_ids))]);
	else							SetWeather(wet_weather_ids[random(sizeof(wet_weather_ids))]);
}

//--------------------------------------------------

//new last_weather_update=0;

public UpdateTimeAndWeather()
{
	// Update time
    gettime(hour, minute);
   	format(timestr,32,"%02d:%02d",hour,minute);
   	TextDrawSetString(txtTimeDisp,timestr);
   	SetWorldTime(hour);
   	
	new x=0;
	while(x!=MAX_PLAYERS) {
	    if(IsPlayerConnected(x) && GetPlayerState(x) != PLAYER_STATE_NONE) {
	        SetPlayerTime(x,hour,minute);
		 }
		 x++;
	}

	/* Update weather every hour
	if(last_weather_update == 0) {
	    UpdateWorldWeather();
	}
	last_weather_update++;
	if(last_weather_update == 60) {
	    last_weather_update = 0;
	}*/
}

//--------------------------------------------------

public OnGameModeInit()
{
	// Init our text display
	txtTimeDisp = TextDrawCreate(605.0,25.0,"00:00");
	TextDrawUseBox(txtTimeDisp, 0);
	TextDrawFont(txtTimeDisp, 3);
	TextDrawSetShadow(txtTimeDisp,0); // no shadow
    TextDrawSetOutline(txtTimeDisp,2); // thickness 1
    TextDrawBackgroundColor(txtTimeDisp,0x000000FF);
    TextDrawColor(txtTimeDisp,0xFFFFFFFF);
    TextDrawAlignment(txtTimeDisp,3);
	TextDrawLetterSize(txtTimeDisp,0.5,1.5);
	
	UpdateTimeAndWeather();
	SetTimer("UpdateTimeAndWeather",1000 * 60,1);

	return 1;
}

//--------------------------------------------------

public OnPlayerSpawn(playerid)
{
	TextDrawShowForPlayer(playerid,txtTimeDisp);
	
	gettime(hour, minute);
	SetPlayerTime(playerid,hour,minute);
	
	return 1;
}

//--------------------------------------------------

public OnPlayerDeath(playerid, killerid, reason)
{
    TextDrawHideForPlayer(playerid,txtTimeDisp);
 	return 1;
}

//--------------------------------------------------

public OnPlayerConnect(playerid)
{
    gettime(hour, minute);
    SetPlayerTime(playerid,hour,minute);
    return 1;
}



Re: Calendario em 2011 - Wallker - 11.11.2012

relуgio estranho, mу cheio das frescura iopwiwp, o meu tem nada disso nao =/


Re: Calendario em 2011 - PSYRocK - 11.11.2012

Quote:
Originally Posted by Wallker
Посмотреть сообщение
relуgio estranho, mу cheio das frescura iopwiwp, o meu tem nada disso nao =/
Se puder vai no Pastebin e hospeda o seu calendario lб pfv


Re: Calendario em 2011 - Wallker - 11.11.2012

http://pastebin.com/Eq0uNL0v


Re: Calendario em 2011 - PSYRocK - 11.11.2012

Quote:
Originally Posted by Wallker
Посмотреть сообщение
Fail 26 Errors kkk


Re: Calendario em 2011 - Wallker - 11.11.2012

posta ae.


Re: Calendario em 2011 - PSYRocK - 11.11.2012

Tudo bagui indefinido vo dar meus pulos aqui qualquer coisa ta ali o NEW POST kk


Re: Calendario em 2011 - Wallker - 11.11.2012

udyalan.f adc skype, agora vou dormi qualquй coisa amanha coloco pra vocк certinho.


Re: Calendario em 2011 - PSYRocK - 11.11.2012

Quote:
Originally Posted by Wallker
Посмотреть сообщение
udyalan.f adc skype, agora vou dormi qualquй coisa amanha coloco pra vocк certinho.
So vocк aceitar