mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Zodd fix
This commit is contained in:
parent
11ac636583
commit
317c28274d
1 changed files with 2 additions and 2 deletions
|
|
@ -771,7 +771,7 @@ function getAmmoStationLovin(%client)
|
||||||
|
|
||||||
// grenades
|
// grenades
|
||||||
for(%i = 0; $InvGrenade[%i] !$= ""; %i++) // z0dd - ZOD, 5/27/03. Clear them all in one pass
|
for(%i = 0; $InvGrenade[%i] !$= ""; %i++) // z0dd - ZOD, 5/27/03. Clear them all in one pass
|
||||||
%player.setInventory($NameToInv[$InvGrenade[%i]], 0);
|
%client.player.setInventory($NameToInv[$InvGrenade[%i]], 0);
|
||||||
|
|
||||||
for ( %i = 0; %i < getFieldCount( %client.grenadeIndex ); %i++ )
|
for ( %i = 0; %i < getFieldCount( %client.grenadeIndex ); %i++ )
|
||||||
{
|
{
|
||||||
|
|
@ -798,7 +798,7 @@ function getAmmoStationLovin(%client)
|
||||||
|
|
||||||
// Mines
|
// Mines
|
||||||
for(%i = 0; $InvMine[%i] !$= ""; %i++) // z0dd - ZOD, 5/27/03. Clear them all in one pass
|
for(%i = 0; $InvMine[%i] !$= ""; %i++) // z0dd - ZOD, 5/27/03. Clear them all in one pass
|
||||||
%player.setInventory($NameToInv[$InvMine[%i]], 0);
|
%client.player.setInventory($NameToInv[$InvMine[%i]], 0);
|
||||||
|
|
||||||
for ( %i = 0; %i < getFieldCount( %client.mineIndex ); %i++ )
|
for ( %i = 0; %i < getFieldCount( %client.mineIndex ); %i++ )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue