Please Help Me Adding Donor Club - 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: Please Help Me Adding Donor Club (
/showthread.php?tid=529867)
Please Help Me Adding Donor Club -
rashidkhoso37 - 04.08.2014
Hi Friends please help me to creating donating club when player go to check point it show a message"you need to be donating player to enter the donator club" and when donator player go to checkpoint he will go to inside a interior plzzz help me with this i need help plzzz help me
Re: Please Help Me Adding Donor Club -
Gintaras123 - 04.08.2014
interiorid, checkpoint pos?
http://weedarr.wikidot.com/interior
Re: Please Help Me Adding Donor Club -
Khanz - 04.08.2014
So you want to take people's money and don't know how to add a donator area for them? LOL
Re: Please Help Me Adding Donor Club -
rashidkhoso37 - 04.08.2014
i don't want to take people money i just want to learn scripting and want to know how to make it if you are not gona help me then i will learn myself its dificult but not imposible
Re: Please Help Me Adding Donor Club -
gtasarules14 - 04.08.2014
Create a new PlayerTeam for a Donator.
Then when they enter that specific checkpoint, check the playerteam if they match the donator.
Example.
pawn Код:
if(pTeam[playerid] !=1) return SendClientMessage(playerid, -1, "You are not a donor");//1 as being the Donator group.