antenna system!
#1

I can't make a one! I just need someone to help me create a one!

I just need a antenna system and it should be destroyable and it should have a limit health, And when you destroy it, It should say "You destroyed the antenna, 7+ Score" and it should give score too! Just need something like dis
Reply
#2

This isn't requesting section but i'll give you some hints
PHP код:
new antennaantennahp;
OnGameModeInit()
{
    
antenna=CreateObject(0000000);
    
antennahp=100;
}
public 
OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    if(
hittype == || hitid == antenna)
    {
        while(
antennahp 0antennahp=-5;//example damage 5
    
}
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)