mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 00:23:20 +00:00
Misc
This commit is contained in:
parent
9e109bf598
commit
bf56127a36
3 changed files with 1 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -229,7 +229,7 @@ public void OnClientCookiesCached(int client) {
|
||||||
if(strlen(modelPref) > 0) {
|
if(strlen(modelPref) > 0) {
|
||||||
int type;
|
int type;
|
||||||
if(StringToIntEx(modelPref, type) > 0) {
|
if(StringToIntEx(modelPref, type) > 0) {
|
||||||
PrintToServer("%N has cookie for '%s'", client, survivor_models[type - 1][18]);
|
PrintToServer("%N has cookie for '%s'", client, survivor_models[type - 1][17]);
|
||||||
strcopy(g_Models[client], 64, survivor_models[type - 1]);
|
strcopy(g_Models[client], 64, survivor_models[type - 1]);
|
||||||
g_iPendingCookieModel[client] = type;
|
g_iPendingCookieModel[client] = type;
|
||||||
}
|
}
|
||||||
|
@ -237,7 +237,6 @@ public void OnClientCookiesCached(int client) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//Prevent issues with L4D1 characters being TP'd and stuck in brain dead form
|
//Prevent issues with L4D1 characters being TP'd and stuck in brain dead form
|
||||||
|
|
||||||
public void OnMapStart() {
|
public void OnMapStart() {
|
||||||
survivors = 0;
|
survivors = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue