[Ajuda] CLIMA DO SEVIDOR
#1

Intгo tenho esse codigo logo abaixo do clima do serve para mudar o clima, Intгo mais esse codigo nгo pega alguem pode me ajudar

pawn Код:
new hora, minuto, segundo;
gettime( hora, minuto, segundo );
if( hora == 6 ) {
 SetWorldTime( 8 );
}else{
}
if( hora == 12 ) {
 SetWorldTime( 10 );
}else{
}
if( hora == 13 ) {
 SetWorldTime( 16 );
}else{
}
if( hora == 17 ) {
 SetWorldTime( 21 );
}else{
}
if( hora == 20 ) {
 SetWorldTime( 23 );
}else{
}
if( hora == 22 ) {
 SetWorldTime( 0 );
}else{
}
if( hora == 0 ) {
 SetWorldTime( 3 );
}else{
}
if( hora == 5 ) {
 SetWorldTime( 5 );
}
return 1;
}
Reply


Messages In This Thread
CLIMA DO SEVIDOR - by powerths - 06.10.2013, 21:05
Re: CLIMA DO SEVIDOR - by PT - 06.10.2013, 21:22
Re: CLIMA DO SEVIDOR - by Zivo - 06.10.2013, 22:17
Re: CLIMA DO SEVIDOR - by WLSF - 06.10.2013, 22:48
Re: CLIMA DO SEVIDOR - by Zivo - 06.10.2013, 23:00
Re: CLIMA DO SEVIDOR - by PT - 06.10.2013, 23:03
Re: CLIMA DO SEVIDOR - by Zivo - 06.10.2013, 23:11
Re: CLIMA DO SEVIDOR - by PT - 06.10.2013, 23:33
Re: CLIMA DO SEVIDOR - by Zivo - 06.10.2013, 23:39
Re: CLIMA DO SEVIDOR - by WLSF - 06.10.2013, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)