added random delay for name changes as well
This commit is contained in:
parent
39c4606b3e
commit
840be3fbc8
@ -139,6 +139,7 @@ public Action read_info_over_txt(Handle timer, any data)
|
|||||||
CreateTimer(GetRandomFloat(1.0, 55.0), update_client_name, GetClientSerial(i));
|
CreateTimer(GetRandomFloat(1.0, 55.0), update_client_name, GetClientSerial(i));
|
||||||
}
|
}
|
||||||
Format(g_cClientNewName[i], sizeof(g_cClientNewName[]), sPart[2]);
|
Format(g_cClientNewName[i], sizeof(g_cClientNewName[]), sPart[2]);
|
||||||
|
|
||||||
//indicating that the client still exists right now.
|
//indicating that the client still exists right now.
|
||||||
current_ClientUserID_iteration[i] = ClientUserID;
|
current_ClientUserID_iteration[i] = ClientUserID;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user