SA-MP Forums Archive
Neead help pls - 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: Neead help pls (/showthread.php?tid=398065)



Neead help pls - Tohed - 08.12.2012

Hello All Friends

I nead help I want make a script where i can create game and all cmds
Lik
/gangcreate
/gangntive
and all cmds

but i want that when a player create gang then that player money - 100000
pls help me of that command
and house for gang and also veh for gang


Re: Neead help pls - RenovanZ - 08.12.2012

If You want the player money decrease 100000
just add this on your command
pawn Код:
GivePlayerCash(playerid, -100000);



Re: Neead help pls - RajatPawar - 08.12.2012

Use the search option to search before posting a thread. I found many Filterscripts, here's one.


Re: Neead help pls - Faisal_khan - 08.12.2012

You don't need a script to create your own script. You will have to make it on your own from scratch(new script).