Ranks and admin help
#1

http://forum.sa-mp.com/showthread.ph...ighlight=y_ini

I want to be able to add ranks for factions and admin from this tutorial. Can someone tell me how to do this?
Reply
#2

you need to show us some code in order to help you!
else wrong place to post !
Reply
#3

I think you can do something like this maybe:
pawn Код:
enum pInfo
{
    pCop,
    pFarmer,
    etc...
}
then use...
pawn Код:
if (PlayerInfo[playerid][pCop] == 1)
{
    // Do cop stuff here.
}
Reply
#4

//

Nevermind
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)