From 3106891ad74af63e061082bf34a4dfefab6742d2 Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 2 Aug 2023 23:28:57 +0300 Subject: [PATCH] spawnfix --- niggersmodels.sp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/niggersmodels.sp b/niggersmodels.sp index 0756c43..01c3b7f 100644 --- a/niggersmodels.sp +++ b/niggersmodels.sp @@ -22,6 +22,7 @@ public void OnMapStart() { public void OnPluginStart() { HookEvent("player_spawn", Event_SpawnNigger, EventHookMode_Post); + HookEvent("player_changeclass", Event_SpawnNigger, EventHookMode_Post); } public void AddFemPyroToDownload(bool:logging){ @@ -155,7 +156,7 @@ public Action:Event_SpawnNigger(Handle:event, const String:name[], bool:dontBroa if(g_SetupNigger[client]) return; //таймер нужен иначе нихуя не будет g_SetupNigger[client] = true; - CreateTimer(0.1, EquipNiggerSkin, client); + CreateTimer(0.5, EquipNiggerSkin, client); } stock GetNiggerModelPath(TFClassType:class, String:name[], maxlen)