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