mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 03:33:22 +00:00
Update
This commit is contained in:
parent
93034fa2ef
commit
cf93d9982e
4 changed files with 6 additions and 3 deletions
|
@ -229,7 +229,7 @@ public void OnClientCookiesCached(int client) {
|
|||
if(strlen(modelPref) > 0) {
|
||||
int type;
|
||||
if(StringToIntEx(modelPref, type) > 0) {
|
||||
PrintToServer(">>> %N has cookie for: %s", client, survivor_models[type - 1][17]);
|
||||
PrintToServer(">>> %N has cookie for: %s", client, survivor_models[type - 1][18]);
|
||||
strcopy(g_Models[client], 64, survivor_models[type - 1]);
|
||||
g_iPendingCookieModel[client] = type;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue