22.05.2011, 21:35
Obviously your not paying attention.
Thats a rough code, if it doesn't work should be simple bug fixes
pawn Код:
stock GetPlayerAccent(playerid)
{
new atext[128];
switch(PlayerInfo[playerid][pAccent])
{
case 1: atext = "American";
}
return atext;
}