Jump to content

Recommended Posts

Posted

Привет .. Я надеюсь,

что вы поможетеЯ хочу русский Мод C +

Как сделать оружие сервер предикатспасибо

geammode.tactics.

  • Moderators
Posted

Какой мод? o.O

Developers, Developers, Developers, Developers.... © Steve Balmer

http://www.lua.org/about.html

Quote
Please do not write it as "LUA", which is both ugly and confusing, because then it becomes an acronym with different meanings for different people. So, please, write "Lua" right!
Posted

1.Русского C+ не тут надо искать!

2.Оружие? Существует сила-силеная возможностей для создания оружия.Все зависит от возможности движка и от вашей фантазии.Обычно,в serverside пиши

    giveWeapon ( source, 31, 200 ) 

Например:

function giveWeapons( ) 
if spawnedPlayer then 
    giveWeapon ( source, 31, 200 ) 
end 
end 
addEventHandler ( "onResourceStart", getRootElement(getThisResource()), giveWeapons) 

или:

function giveWeapons() 
giveWeapon ( source, 31, 200 ) 
end 
addEventHandler ( "onPlayerSpawn", getRootElement(getThisResource()), giveWeapons) 

Также можно сделать с помощью GUI,но это гораздо сложнее,но лучше...

Вот ссылка на функцию https://wiki.multitheftauto.com/wiki/GiveWeapon

Также http://www.oldskola1.narod.ru/Rus1.htm

  • Moderators
Posted

Не издевайтесь вы над ним, он не русский же.

Developers, Developers, Developers, Developers.... © Steve Balmer

http://www.lua.org/about.html

Quote
Please do not write it as "LUA", which is both ugly and confusing, because then it becomes an acronym with different meanings for different people. So, please, write "Lua" right!
Posted

( Please Ask here ):

viewforum.php?f=119

╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗

║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║

║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║

║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║

╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝

«سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك»

M7mdAl7arthy : لتواصل سكايب

Posted

login as admin

press F1

go to settings Tab

look glitches

fastfire, fastmove and crouchbug to true or false

(u have bad translation)

http://bpb-team.ru/ - особый вид людей.
http://vk.com/mtapro - турниры и мероприятия в мта

<Easterdie> kye why samp has not updates or it make slowly?
<Kyeman> I have not src of SA-MP and have use hex editor for change version to next 0.3a, 0.3c, 0.3x, 0.3z etc.

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...