alittle problem
#1

nw i fix my bank time so when the player is in the place it gives the cilent message but it doesnt give the money so when the clock struck 3:00 it doesnt give the money ,, i thought that i must use toggle player clock but it doesnt work hope u could help me


PHP код:
            else
            {
                new 
hours;
                new 
minutes;
                
GetPlayerTime(ihoursminutes);
                  if(
hours == 03 && minutes == 00//Gives user money at 6:00, if they're in bank
                
{
                    
PlayerPlaySound(i10580.00.00.0);
                    
GivePlayerMoney(i7500);
                    
SendClientMessage(i0x12900BBF"||| 03:00 | BANK TIME: |||");
                    
SendClientMessage(i0xFFFF00AA"YOU RECEIVE +7.500 $");
                }
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
alittle problem - by Joe Vagos - 13.08.2012, 23:57
Re : alittle problem - by Sandiel - 14.08.2012, 00:12
Re: alittle problem - by Joe Vagos - 14.08.2012, 01:20
Re: alittle problem - by Joe Vagos - 15.08.2012, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)