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
#2

Does it send the "3:00 BANK TIME" messages?
Also, how do you execute this? a timer, a function, OnPlayerUpdate for example? a command?
Reply
#3

guys i use stock IsPlayerInArea :

and its like that belhot

nothing in that in the code appear
Reply
#4

could u clearify plz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)