04.08.2009, 12:43
how can i do that if player is doing any command it will change his name to a random name from a list
and ofcurse a command who returnes playername
and ofcurse a command who returnes playername
new Names[5][13] = {
"dfgdhg",
"fgjghj",
"asedad",
"lkhgghj",
"dfgsfzawr"
};
SetPlayerName(playerid, Names[random(6)]);