12.03.2013, 17:45
well, I need to make a genelar function but I don't know how to do it.
like this, trhough script I need to use it. Any idea how to make it in real?
pawn Код:
enum pInfo
{
pShit,pSux
};
new ShitInfo[MAX_PLAYERS][pInfo];
stock GetPlayerInfoEx(playerid,str[])
{
return ShitInfo[playerid][str];
}