/stats | Question: is this possible
#4

pawn Код:
new factionname[2][] = {
    {"Civilian"},{"RCSD"}
};
This is for example

EDIT:
Forgot this one
pawn Код:
GetFactionName(playerid)
{
    new GFN[20];
    format(GFN,sizeof(GFN),factionname[P_Data[playerid][Faction]]);
    return GFN;
}
EDITED: Miss copas
Reply


Messages In This Thread
/stats | Question: is this possible - by DaRealz - 24.06.2011, 20:00
Re: /stats | Question: is this possible - by Calgon - 24.06.2011, 20:01
Re: /stats | Question: is this possible - by GangsTa_ - 24.06.2011, 20:01
Re: /stats | Question: is this possible - by =WoR=Varth - 24.06.2011, 20:04
Re: /stats | Question: is this possible - by iPLEOMAX - 24.06.2011, 20:09
Re: /stats | Question: is this possible - by =WoR=Varth - 24.06.2011, 20:14
Re: /stats | Question: is this possible - by iPLEOMAX - 24.06.2011, 20:27

Forum Jump:


Users browsing this thread: 2 Guest(s)