29.08.2012, 15:38
Try this stock
If that doesnt works,try this
pawn Код:
stock GetPName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return 1;
}
pawn Код:
stock GetPName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(killerid, name, sizeof(name));
return name;
}