Error
#3

I do have the GetName function already, which is working. Its using the variable 'Name' though, so that wont be the problem neither.
pawn Код:
stock GetName(playerid)
{
    new Name[24];
    GetPlayerName( playerid, Name, sizeof Name );
    return Name;
}
Reply


Messages In This Thread
Error - by Wesley221 - 03.10.2011, 17:58
Re: Error - by [MWR]Blood - 03.10.2011, 18:03
Re: Error - by Wesley221 - 03.10.2011, 18:04
Re: Error - by [MWR]Blood - 03.10.2011, 18:18
Re: Error - by Wesley221 - 03.10.2011, 18:24
Re: Error - by [MWR]Blood - 03.10.2011, 18:28
Re: Error - by Wesley221 - 03.10.2011, 18:31
Re: Error - by [MWR]Blood - 03.10.2011, 18:35
Re: Error - by Wesley221 - 03.10.2011, 18:38
Re: Error - by MadeMan - 03.10.2011, 18:39

Forum Jump:


Users browsing this thread: 1 Guest(s)