SA-MP Forums Archive
How do I make a religion system for an RP 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do I make a religion system for an RP script? (/showthread.php?tid=271311)



How do I make a religion system for an RP script? - seanny - 23.07.2011

Hello I want a religion system for an RP script. Here is the religions I want added:

Catholic
Orthodox
Protestant
Islam
Ancient Greek
Ancient Roman
Ancient Egyptian
Zoroastrationism
Agnostic
Athiest


If you are going to offer to implent it then beware, the script is complicated


AW: How do I make a religion system for an RP script? - Nero_3D - 23.07.2011

Explain more, how should that work, ...

If you would ask me after the post I would answer with

pawn Код:
new gReligion[MAX_PLAYERS];
pawn Код:
//Whereever you set the religion
gReligion[playerid] = YOUR_WANTED_RELIGION;
And I cant image what places you would use for each relegion, as there arent much churches in SA


Re: How do I make a religion system for an RP script? - Steven82 - 24.07.2011

Make religion savable into your user account system. And detect everytime the player logins which religion they are.