somecommand
#1

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
Reply
#2

ask here http://forum.sa-mp.com/index.php?topic=113839.0
Reply
#3

A player can set his name using the SetPlayerName function but random I don't know :/
Reply
#4

Код:
new Names[5][13] = {
"dfgdhg",
"fgjghj",
"asedad",
"lkhgghj",
"dfgsfzawr"
};
Код:
SetPlayerName(playerid, Names[random(6)]);
Reply
#5

tanks , you can lock
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)