Backed out changeset a42b24399f60
This commit is contained in:
parent
71600a4f37
commit
cf61779b08
@ -982,7 +982,7 @@ static cell_t WeaponEquip(IPluginContext *pContext, const cell_t *params)
|
|||||||
|
|
||||||
START_CALL();
|
START_CALL();
|
||||||
DECODE_VALVE_PARAM(1, thisinfo, 0);
|
DECODE_VALVE_PARAM(1, thisinfo, 0);
|
||||||
DECODE_VALVE_PARAM(2, vparams, 1);
|
DECODE_VALVE_PARAM(2, vparams, 0);
|
||||||
FINISH_CALL_SIMPLE(NULL);
|
FINISH_CALL_SIMPLE(NULL);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"RemoveDisguise"
|
"RemoveDisguise"
|
||||||
{
|
{
|
||||||
"library" "server"
|
"library" "server"
|
||||||
"windows" "\x51\x56\x8B\xF1\x8B\x8E\x0C\x01\x00\x00\x57\x8B\xBE\x94\x00\x00\x00"
|
"windows" "\x51\x56\x8B\xF1\x8B\x46\x2A\x57\x8D\x7E\x2A\x8D\x4C\x24\x08\x83\xE0\xF7"
|
||||||
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
|
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
|
||||||
}
|
}
|
||||||
"Disguise"
|
"Disguise"
|
||||||
|
Loading…
Reference in New Issue
Block a user