Bank system - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Bank system (
/showthread.php?tid=354000)
Bank system -
Joe Vagos - 25.06.2012
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 !!
Re: Bank system -
Joe Vagos - 26.06.2012
Still need help
Re: Bank system -
Rube - 26.06.2012
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.
Re: Bank system -
[MM]RoXoR[FS] - 26.06.2012
pawn Код:
public OnPlayerUpdate(playerid)
{
new hour,min;
GetPlayerTime(playerid,hour,min);
if(hour == 6 && min == 0)
{
//GiveCheck here
GivePlayerMoney(playerid,40);
}
return 1;
}
Re: Bank system -
Joe Vagos - 26.06.2012
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
Re: Bank system -
Dan_Barocu - 26.06.2012
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?
Re: Bank system -
Joe Vagos - 27.06.2012
Still need script