Jump to content
  • 0

pomoc zbrane hned pri pripojeny


Guest StReeY [Dinti]

Dotaz

9 odpovědí na tuto otázku

Recommended Posts

  • 0

Pokut to bdues chitt nahodne tak :

public OnPlayerConnect(playerid)
{
new weapon;
weapon = random(4);
switch(weapon)
{
case 0:
{
GivePlayerWeapon(playerid,26,78);
}
case 1:
{
GivePlayerWeapon(playerid,28,78);
}
case 2:
{
GivePlayerWeapon(playerid,1242,100);
}
case 3:
{
GivePlayerWeapon(playerid,29,78);
}
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...