12.03.2014, 10:00
I'd like some help with this. When you type /makeleader in my command I need a way of setting the rank to a string.
So for example, I wont show you the faction command, just a few variables and you can help me if you want.
So for example, I wont show you the faction command, just a few variables and you can help me if you want.
pawn Код:
CMD:makeleader(playerid, params[])
{
PlayerInfo[targetid][pRank] = { "Default" }
}