Player has taken <this much> money scripting
#1

at the end of the gm i want the player to know how much money he or she has gotten away with but have no idea on how to script that. I need some help
Reply
#2

In the world "GM", Do you mean to GiveMoney? if yes so put in the command:
PHP код:
new GStr[100];
format(GStr,50,"You have got money from the adminstartor by that your money's amount is %d$"GetPlayerMoney(playerid));
SendClientMessage(playerid0x00ff00GStr); 
Reply
#3

Yes i also want to get the players name in that too. How can that happen?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)