this not working. where to put?
#3

okay so i put
pawn Код:
stock GetName(playerid)
{
    new
        name[24];
    GetPlayerName(playerid, name, sizeof(name));
    strreplace(name, '_', ' ');
    return name;
}
at end of script at the bottom and what else do i add, edit, or remove?
Reply


Messages In This Thread
this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 14:31
Re: this not working. where to put? - by Niko_boy - 28.04.2012, 14:33
Re: this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 14:38
Re: this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 16:13
Re: this not working. where to put? - by Rudy_ - 28.04.2012, 16:25
Re: this not working. where to put? - by Rudy_ - 28.04.2012, 16:28
Re: this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 16:54
Re: this not working. where to put? - by Rudy_ - 28.04.2012, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)