Bank system
#1

Guys i need bank system that gives cheque and 40 $ when the clock turns 6:00 so plz help me i tried to search but i didnt find any thing so plz help me !!
Reply
#2

Still need help
Reply
#3

Dude I don't know what you mean exactly but click "Here" to see Bank System I don't know if that exactly you need it.
Reply
#4

pawn Код:
public OnPlayerUpdate(playerid)
{
    new hour,min;
    GetPlayerTime(playerid,hour,min);
    if(hour == 6 && min == 0)
    {
        //GiveCheck here
        GivePlayerMoney(playerid,40);
    }
    return 1;
}
Reply
#5

Guys i want bank system that gives 40 $ when the clock ticks 6:00 in the game without text draws and the accounts Only 40 $ when the clock ticks 6:00 and to get the cheque to get there jobs and it must be 1 time in the day in the game in a specific place that when the players enter they got the 40 $ thats all i want excactly So i need a full script to learn from it
Reply
#6

Quote:
Originally Posted by [MM]RoXoR[FS]
Посмотреть сообщение
pawn Код:
public OnPlayerUpdate(playerid)
{
    new hour,min;
    GetPlayerTime(playerid,hour,min);
    if(hour == 6 && min == 0)
    {
        //GiveCheck here
        GivePlayerMoney(playerid,40);
    }
    return 1;
}
you can try to put it at Synctime?

Does this work?
Reply
#7

Still need script
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)