added random delay for name changes as well

This commit is contained in:
jenz 2024-06-29 12:35:22 +02:00
parent 39c4606b3e
commit 840be3fbc8

View File

@ -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));
}
Format(g_cClientNewName[i], sizeof(g_cClientNewName[]), sPart[2]);
//indicating that the client still exists right now.
current_ClientUserID_iteration[i] = ClientUserID;
break;