How to automaticaly drop the money
#1

how to drop money automatically when you hit / shot or die .
Reply
#2

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SetPlayerMoney(playerid, -(AMOUNT OF MONEY YOU WANT));
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)