Gates, Factions
#1

Im using this FS https://sampforum.blast.hk/showthread.php?tid=345906 and i was wondering how can i make it without password and only for one faction to be able to open gates
Reply
#2

Well you would have to implement the script into your GM, or call the function from the FS. Implementing it into your GM would be much easier to me, then just use the faction variables.

pawn Код:
if(pInfo[playerid][pFaction] == 1)
{
// Gate code here.
}
Reply
#3

And how can i implent the FS to my GM??
Reply
#4

Use my include mGates. See my signature. Is supports exactly what you want with relative ease.
Reply
#5

ok, i will try it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)