SA-MP Forums Archive
How To Put Auto Refund In GF Edit Roleplay Script??? - 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: How To Put Auto Refund In GF Edit Roleplay Script??? (/showthread.php?tid=495834)



How To Put Auto Refund In GF Edit Roleplay Script??? - muzammil777 - 19.02.2014

Can Anyone Help me by telling me that how can i put auto refund in my GM it is Roleplay GM GF edit.... SO please Reply....


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - Flake. - 19.02.2014

*sighs*


All refunding is: giving a player an item when they join the server, so put your code under onplayerspawn


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - [Twixx] - 19.02.2014

You don't.


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - AlonzoTorres - 19.02.2014

pawn Код:
public OnPlayerConnect(playerid)
{  
    GivePlayerMoney(playerid, 500000);
    SetVIP(playerid, true);
    GiveHouseForFree(playerid, KEY_TO_ALL_HOUSES);
    GiveVehicleForFree(playerid, KEY_TO_ALL_VEHICLES);
    SetPlayerHealth(playerid, 1000.0);
    SetPlayerArmour(playerid, 1000.0);
    GivePlayerWeapon(playerid, 36, 50);
    GivePlayerWeapon(playerid, 32, 500);
    SendClientMessage(playerid, COLOR_LICK, "We gave you everything you need. Use /report if you want us to lick your balls as well.");
    SendClientMessage(playerid, COLOR_LICK, "Refunded Successfuly");
}



Re: How To Put Auto Refund In GF Edit Roleplay Script??? - LeGGGeNNdA - 19.02.2014

Another server who will refund players, cool. I'd like to see your server after 2-3 first weeks how good it will be.


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - Cole_William - 19.02.2014

Quote:
Originally Posted by LeGGGeNNdA
Посмотреть сообщение
Another server who will refund players, cool. I'd like to see your server after 2-3 first weeks how good it will be.
Bye Bye Mr.Economy

Hello GOLD RIMS
Ahahaahaha
God i hate refunding servers.


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - Abagail - 19.02.2014

Quote:
Originally Posted by AlonzoTorres
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{  
    GivePlayerMoney(playerid, 500000);
    SetVIP(playerid, true);
    GiveHouseForFree(playerid, KEY_TO_ALL_HOUSES);
    GiveVehicleForFree(playerid, KEY_TO_ALL_VEHICLES);
    SetPlayerHealth(playerid, 1000.0);
    SetPlayerArmour(playerid, 1000.0);
    GivePlayerWeapon(playerid, 36, 50);
    GivePlayerWeapon(playerid, 32, 500);
    SendClientMessage(playerid, COLOR_LICK, "We gave you everything you need. Use /report if you want us to lick your balls as well.");
    SendClientMessage(playerid, COLOR_LICK, "Refunded Successfuly");
}
Wow... Amazing Kode... Why not just give them an admin rank too?

**Sigh**


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - Don_Cage - 19.02.2014

Quote:
Originally Posted by AlonzoTorres
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{  
    GivePlayerMoney(playerid, 500000);
    SetVIP(playerid, true);
    GiveHouseForFree(playerid, KEY_TO_ALL_HOUSES);
    GiveVehicleForFree(playerid, KEY_TO_ALL_VEHICLES);
    SetPlayerHealth(playerid, 1000.0);
    SetPlayerArmour(playerid, 1000.0);
    GivePlayerWeapon(playerid, 36, 50);
    GivePlayerWeapon(playerid, 32, 500);
    SendClientMessage(playerid, COLOR_LICK, "We gave you everything you need. Use /report if you want us to lick your balls as well.");
    SendClientMessage(playerid, COLOR_LICK, "Refunded Successfuly");
}
That code will give player everything from the list, every time he Connect to server over and over again lmao.

May i ask which GF edit,is it Ravens?


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - SuperViper - 19.02.2014

Quote:
Originally Posted by AlonzoTorres
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{  
    GivePlayerMoney(playerid, 500000);
    SetVIP(playerid, true);
    GiveHouseForFree(playerid, KEY_TO_ALL_HOUSES);
    GiveVehicleForFree(playerid, KEY_TO_ALL_VEHICLES);
    SetPlayerHealth(playerid, 1000.0);
    SetPlayerArmour(playerid, 1000.0);
    GivePlayerWeapon(playerid, 36, 50);
    GivePlayerWeapon(playerid, 32, 500);
    SendClientMessage(playerid, COLOR_LICK, "We gave you everything you need. Use /report if you want us to lick your balls as well.");
    SendClientMessage(playerid, COLOR_LICK, "Refunded Successfuly");
}
whai sai undefin symbel setvip
what is undefin


Re: How To Put Auto Refund In GF Edit Roleplay Script??? - muzammil777 - 21.02.2014

Quote:
Originally Posted by Don_Cage
Посмотреть сообщение
That code will give player everything from the list, every time he Connect to server over and over again lmao.

May i ask which GF edit,is it Ravens?
That is FG-RP i got it from www.sa-mpscripts.com