Custom Rank Name
#3

I've done it like this.

pawn Код:
CMD:makeleader(playerid, params[])
{
      new rank[36];
      PlayerInfo[targetid][pRank] = "Default";
}
Or would I need to do it like:

pawn Код:
CMD:makeleader(playerid, params[])
{
       new rank[36];
       format(rank, sizeof(rank), "Default");
       PlayerInfo[targetid][pRank] = rank;
}
Reply


Messages In This Thread
Custom Rank Name - by Tropicali - 12.03.2014, 10:00
Re: Custom Rank Name - by MP2 - 12.03.2014, 10:53
Re: Custom Rank Name - by Tropicali - 12.03.2014, 12:18
Re: Custom Rank Name - by BroZeus - 12.03.2014, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)