Jump to content

Search the Community

Showing results for tags 'ammo'.

  • Search By Tags

    Oddělujte čárkami
  • Search By Author

Content Type


Fórum

  • Obecné
    • Všeobecné
    • Všechno možné
  • Programování
    • Poradna
    • Návody
    • Tvorba
    • Hledám programátora
  • Herní oblast
    • Poradna
    • Jak na to?
    • Herní kontext
    • Herní zážitky
    • Komunita
  • Grafika
    • Poradna
    • Návody
    • Tvorba
  • Ostatní
    • Hardware a software
    • Hledám/nabízím
    • Archiv
    • 3D Tisk

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web


Facebook


Jabber


Skype


Steam


Twitter


Github


Pastebin

Found 1 result

  1. Zdravim, iste viete ze ak pouzite sobeit na priadanie nejakej zbrane tak sa obcas stane ze ze vam to prida zbran s nabojmi v minuse tak ma napadlo ci by neslo vytvorit funkciu v ktorej by to vlastne kontrolovalo.. mohlo by to fungovat? public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ) { if(hittype == 1 || hittype == 2 || hittype == 3) { if(weaponid != 0) { if(GetPlayerAmmo(i) < 0) { SCMTEX(i,CO_RED,"weapon hack"); KickEx(i,CO_ORANGE, "You were been kicked for weapon hack."); } } } return 1; }
×
×
  • Create New...