16.12.2009, 20:20
Erhm it doesn't have much features but variables but fine.
By the way:
Uh?
Why 255? The max string a name can fill is 24 (and even this is only when you set the name in-gamely.)
By the way:
pawn Код:
stock PlayerName(playerid) {
new name[255];
GetPlayerName(playerid, name, 255);
return name;
}
Why 255? The max string a name can fill is 24 (and even this is only when you set the name in-gamely.)