SA-MP Forums Archive
[REQUEST] Auto refunding when the player registers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [REQUEST] Auto refunding when the player registers (/showthread.php?tid=378627)



[REQUEST] Auto refunding when the player registers - Stanford - 18.09.2012

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


Re: [REQUEST] Auto refunding when the player registers - Vince - 18.09.2012

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.


Re: [REQUEST] Auto refunding when the player registers - milanosie - 18.09.2012

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


Re: [REQUEST] Auto refunding when the player registers - Stanford - 19.09.2012

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


Re: [REQUEST] Auto refunding when the player registers - Riddy - 19.09.2012

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.


Re: [REQUEST] Auto refunding when the player registers - iRazoR - 19.09.2012

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.