 
        nowofresh
Members- 
                Posts124
- 
                Joined
- 
                Last visited
Everything posted by nowofresh
- 
	Someone know ?
- 
	Hi, When i click on object by event - onElementClicked, and source type is object with setElementCollisionsEnabled (object, false ) then this return false and dosent detect this object. I hope you fix that or get me instructions to solve this problem. ...or Can u get me other way to disable collision and can use this function ? I found this - http://bugs.mtasa.com/view.php?id=5184
- 
	I know, why ? Bounding box pos is ok. It is real object post. Why i cant change Z in attach ?
- 
	Look at bounding box and object position, bounding box position is correct ( it is real offset pos ) . ( Bounding box i made by getElementPosition( this_Object ) )
- 
	player ~= getLocalPlayer() ...
- 
	addEventHandler("onClientResourceStart", getRootElement( ), function ( ) getAllVehicles = function ( ) local vehicles = getElementByID( "vehicle" ); return vehicles; end; setVehiclesFrozen = function ( ) for _,vehicle in pairs ( getAllVehicles ( ) ) do setVehicleFrozen( vehicle, true ); end; end; end )
- 
	reflection are already there, dynamic shadow also Get me links to see this functions lol
- 
	If u can get options to create new skin id. for example i have skin 212 and i copy it skin to 1001 and get custom texture to it
- 
	In mta new engine options: -reflections -shadow optons etc. Should be fucking nice !
- 
	I want to use zwrot in CLIENT SIDE, pls repair my script.
- 
	Hey, I want import zwrot from server side to client side. http://mta.pastebin.com/6P7XpPQu Can u change code and get me good code ?
- 
	me too and in mta we cant attach clothes to peds !!!!!!
- 
	http://img816.imageshack.us/img816/3870 ... otynew.png http://img26.imageshack.us/img26/473/noweprzedmioty.png http://img88.imageshack.us/img88/4816/nowezdjecie.png WHAT THE FUCK ! ! ? Developers, we don't want to samp be better then mta -.- Can u add option to wear clothes on a ped ? In 3# picture u can see on a ped head new clothes . Bye,
- 
	Hey, How Can table with categories Users -ID -X -Y -Z -Username -Nick I don't know how to use MTA-MySQL functions to do this. Can u write for me, example script ?
- 
	How Can i export server => client ?
- 
	Better is mabako sql or MTA-MySQL ?
- 
	... Can u edit, my script to client and server ? function checkUser() eksportuj = exports.sql:query_assoc_single( "SELECT * FROM wcf1_user WHERE username = " .. tonumber( username ) ) if(source == source.loginbutton) then local wpisanynick = guiGetText(source.loginLabel) end if wpisanynick == username then outputChatBox ( "[Login jest dobry]" ) else outputChatBox ( "[Login jest zly]" ) end end
- 
	Hey, I try to create new login, using mysql plugin to mta. My currently table based on paradise. Passwords are code by SALT and, how to decode it and check with what player wrote ? function checkUser() export = exports.sql:query_assoc_single( "SELECT * FROM wcf1_user WHERE username = " .. tonumber( username ) ) username = null if(source == source.loginbutton) then local wpisanynick = guiGetText(source.loginLabel) end if wpisanynick == username then outputChatBox ( "[Good login]" ) else outputChatBox ( "[bad login]" ) end end Can u get me fast MTA-SQL tutorial ? Hey,
- 
	Pls reUpload or get link to resource when i can get text with a border
- 
	key(valvue) is for function, tables ? is it constanse
- 
	function callServerFunction(funcname, ...) local arg = { ... } if (arg[1]) then for key, value in next, arg do arg[key] = tonumber(value) or value end end loadstring("return "..funcname)()(unpack(arg)) end addEvent("onClientCallsServerFunction", true) addEventHandler("onClientCallsServerFunction", resourceRoot , callServerFunction) What do this script ??
