03.03.2010, 18:03
Add this:
And about the warnings, you already have those things in your script, or you did something wrong.
pawn Код:
stock PlayerName(playerid) {
new name[24];
GetPlayerName(playerid, name, 24);
return name;
}