hi can someone help me rite quick???
#1

ok i wanna add a text draw on payday like every our it shows on the player screen a textdraw that sayz payday you get $$$$$$$ + 1 point.if soeone can help me i will really apreciaqte it thanks


pawn Код:
//OnGameModeInit
SetTimer("PayDay",60*60*1000,1);
//

//NOT in any callback
forward PayDay();
public PayDay()
{
for(new i; i <MAX_PLAYERS; i++)
{
SetPlayerScore(i,GetPlayerScore(i)+1);
GivePlayerMoney(i,5000);
}
}
Reply
#2

?
Reply
#3

You may only bump your topic after 12 hours.
Reply
#4

damn i dont think isthat hard to help someone out..anywayz if i would of known i wouldnt even be askin in here or nothing like that ..thnks for your help
Reply
#5


pawn Код:
//OnGameModeInit
SetTimer("PayDay",60*60*1000,1);
//

//NOT in any callback
forward PayDay();
public PayDay()
{
for(new i; i <MAX_PLAYERS; i++)
{
SetPlayerScore(i,GetPlayerScore(i)+1);
GivePlayerMoney(i,5000);
GameTextForPlayer(i, "~b~Payday!~n~~w~You get $5000 and 1 point", 3, 4000);
}
}
And now don't bump anymore and have fun with it!
Reply
#6

see it wasnt that hard thanks :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)