Help Hostname ..
#1

How can i make my hostname chage after 3 seconds
As far i have seen in some servers It changes after afew seconds just as it is sending message..

Help please.:
Reply
#2

pawn Код:
new string[128];
format(string,sizeof(string), "hostname %s", "yourhostname");
SendRconCommand(string);
Put this inside a timer, and just create an array includes all the names you wan't, or put it inside a cmd if you like to change it by yourself ingame.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)