Всё я нашёл
#include <sdktools>
#include <sourcemod>
new bool:skin;
public OnPluginStart()
{
RegConsoleCmd("w", Command);
HookEvent("round_start", EventRoundStart);
}
public OnMapStart() PrecacheModel("models/player/t_phoenix.mdl",true);
public EventRoundStart(Handle:event, const String:name[], bool:dontBroadcast) skin = true;
public Action:Command(client, args)
{
if(GetClientTeam(client) == 3 && skin)
{
SetEntityModel(client, "models/player/t_phoenix.mdl");
skin = false;
}
}Добавлено (06.01.2014, 01:22)
---------------------------------------------
Администрация закрывайте тему