Jump to content

وين الخطاء في ذا ساعدوني


Recommended Posts

1 hour ago, K̷i̷n̷g̷ x̷D̷ツ said:

السلام عليكم ساعدوني في اصلاح ذا


ammo = 9299229292992929292
locations =
{

[1548.6240234375,2824.2734375,10.671875]
[1547.9686279297,2827.4458007813,10.8203125]

}

loc = math.random ( #locations )
function mike()
createPickup (unpack ( locations [ loc ] ),2,32,ammo)
end
addCommandHandler ( "cr", mike )

 

 

ammo = 9299229292992929292
locations =
{

[1548.6240234375,2824.2734375,10.671875]
[1547.9686279297,2827.4458007813,10.8203125]

}

loc = math.random ( #locations )
x,y,z = unpack ( locations [ loc ] )
function mike()
createPickup (x,y,z,2,32,ammo)
end
addCommandHandler ( "cr", mike )

 

Link to comment

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...