forked from UNLOZE/sm-plugins
Compiler errors
This commit is contained in:
@@ -220,7 +220,7 @@ public void Event_Spawn(Event event, const char[] name, bool dontBroadcast)
|
||||
CreateTimer(0.1, Timer_SpawnPost, client, TIMER_FLAG_NO_MAPCHANGE);
|
||||
}
|
||||
|
||||
Action Timer_SpawnPost(Handle timer, int client)
|
||||
public Action Timer_SpawnPost(Handle timer, int client)
|
||||
{
|
||||
ToolsSetEntityAlpha(client, 255);
|
||||
g_Client_Alpha[client] = 255;
|
||||
|
||||
Reference in New Issue
Block a user