Merge.
This commit is contained in:
commit
71b48fad0f
@ -170,7 +170,7 @@ BuildDynamicMenu()
|
|||||||
new count = 1;
|
new count = 1;
|
||||||
decl String:countBuffer[10] = "1";
|
decl String:countBuffer[10] = "1";
|
||||||
|
|
||||||
decl String:inputBuffer[32];
|
decl String:inputBuffer[48];
|
||||||
|
|
||||||
while (KvJumpToKey(kvMenu, countBuffer))
|
while (KvJumpToKey(kvMenu, countBuffer))
|
||||||
{
|
{
|
||||||
|
@ -86,8 +86,7 @@ static const String:TFResourceNames[TFResourceType][] =
|
|||||||
* Get's a Clients current class.
|
* Get's a Clients current class.
|
||||||
*
|
*
|
||||||
* @param client Player's index.
|
* @param client Player's index.
|
||||||
* @param class TFClassType to change to.
|
* @return Current TFClassType of player.
|
||||||
* @noreturn
|
|
||||||
* @error Invalid client index.
|
* @error Invalid client index.
|
||||||
*/
|
*/
|
||||||
stock TFClassType:TF2_GetPlayerClass(client)
|
stock TFClassType:TF2_GetPlayerClass(client)
|
||||||
@ -217,3 +216,4 @@ stock TF2_RemoveAllWeapons(client)
|
|||||||
TF2_RemoveWeaponSlot(client, i);
|
TF2_RemoveWeaponSlot(client, i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user