[Help] Warnings
#2

pawn Код:
stock apName(playerid)
{
    new GetName[24];
    GetPlayerName(playerid, GetName, 24);
    return GetName;
}

stock aGetName(playerid)
{
    new pName[24];
    GetPlayerName(playerid, pName, 24);
    return pName;
}
Reply


Messages In This Thread
[Help] Warnings - by Arxalan - 10.01.2015, 05:43
Re: [Help] Warnings - by Rudy_ - 10.01.2015, 05:45
Re: [Help] Warnings - by JeaSon - 10.01.2015, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)