The Link Is Not Working
Plz update it
Plz update it
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction onPickupPickedUp
{
if ( pickup.Model == 375 )
{
if ( player.WantedLevel > 1 )
{
player.Skin = 2;
player.Colour = RGB( 51, 51, 255 );
player.SetWeapon( 19, 70 );
player.SetWeapon( 25, 150 );
player.SetWeapon( 26, 150 );
}
else MessagePlayer(" You need to clean ur wanted level to join cop duty ", player); // updated there can be bug in new update i untested it so u can remove that if its called bug
}
}