
Posts
360
Respect
62Add +1
Forum Rank
Perk Hacker
Primary Group
Donator ♥
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
CheckHas4Paper() //// this block of code was written by PROxFTW /////
{
while( 1 )
{
if(level.paper == 4)
{
wait 3;
for( i = 0; i < GetPlayers().size; i++ )
{
players = GetPlayers()[i];
current_weapon = players GetCurrentWeapon();
weapon_list = players GetWeaponsListPrimaries();
if(isdefined(current_weapon) && weapon_list.size > 1)
{
players TakeWeapon( current_weapon );
}
players GiveWeapon( "zombie_tomahawk_upgraded" );
}
break;
}
wait .01;
}
}
current_weapon = players GetCurrentWeapon();
weapon_list = players GetWeaponsListPrimaries();
if(isdefined(current_weapon) && weapon_list.size > 1)
{
players TakeWeapon( current_weapon );
}
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
CheckHas4Paper() //// this block of code was written by PROxFTW /////
{
while( 1 )
{
if(level.paper == 4)
{
wait 3;
for( i = 0; i < GetPlayers().size; i++ )
{
players GiveWeapon( "zombie_tomahawk" );
}
break;
}
wait .01;
}
}


players = GetPlayers()[i];
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
CheckHas4Paper() //// this block of code was written by PROxFTW /////
{
while( 1 )
{
if(level.paper == 4)
{
wait 3;
for( i = 0; i < GetPlayers().size; i++ )
{
players = GetPlayers()[i];
players GiveWeapon( "zombie_tomahawk_upgraded" );
}
break;
}
wait .01;
}
}
You can ask me any scripting question you have if you want. 