22.07.2016, 07:40
HOW I CHANGE REGISTRATION COLOR from my gamemod tell me and how i can put/set registration auto refund money...
if(PlayerInfo[playerid][pIsPlayerRefunded] == 0)
{
PlayerInfo[playerid][pMoney] = 100;
GivePlayerMoney(playerid, 100);
PlayerInfo[playerid][pIsPlayerRefunded] = 1;
}