[REQUEST] Auto refunding when the player registers
#1

I want something that refunds the player automatically when he registers in my server.


My server's kind is RolePlay

Refund limits:
Cash: 5mill
VIP: Gold
Level: 10
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    AutoRefund(playerid);
    return 1;
}

AutoRefund(playerid)
{
    SendClientMessage(playerid, -1, "This server owner decided to screw up his server's economy.");
    Kick(playerid);
}
Guaranteed to get you as much players as a normal refund.

Idea courtesy of Mauzen.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{
    AutoRefund(playerid);
    return 1;
}

AutoRefund(playerid)
{
    SendClientMessage(playerid, -1, "This server owner decided to screw up his server's economy.");
    Kick(playerid);
}
Guaranteed to get you as much players as a normal refund.

Idea courtesy of Mauzen.
Couldn't have said it better myself! Bravo
Reply
#4

How do I put the limits? of cash and other stuff
Reply
#5

Quote:
Originally Posted by Edmund_Kavel
Посмотреть сообщение
How do I put the limits? of cash and other stuff
Dont bother refunding, if you do so, then dont call it a 'roleplay' server, because in real life, I have never seen anyone get 500mill just for entering the world.
Reply
#6

If you really want a Auto Refund, just find the playermoney, level, pots, cracks, mats and other stuffs... and then edit them.

But its really non-RP to have millions, maybe 20k in hand and 10k on bank is enough.
and then 10 crack, 10 pots and 5000 materials.

That will be a damn good RP stuffs for a beginner/newbie.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)