
Absence2
Members-
Posts
267 -
Joined
-
Last visited
Everything posted by Absence2
-
https://wiki.multitheftauto.com/wiki/TriggerServerEvent https://wiki.multitheftauto.com/wiki/TriggerClientEvent you can use this part serverside: but you'll have to edit it slightly. As in remove the GUI functions and the player argument and marker event carrosMarker = createMarker( 1543.98962, -1670.46398, 12.55753, "cylinder", 1.5, 255, 0, 0, 170 ) createCarrosVehicle = createVehicle (??,0,0,0) warpPedIntoVehicle ( carrosCreateVehicles ) addEventHandler ( "onMarkerHit", root, function ( hitElement ) if ( hitElement == source ) then if ( source == carrosMarker ) then -- trigger client event here end end end ) then use something like this on clientside, you have to trigger it from serverside though, look comments above. function iHitMarker() guiSetVisible ( carrosWindow, false ) -- your gui function(s) -- this event should be triggered from server end addEvent( "iHitMarkerC", true ) addEventHandler( "iHitMarkerC", root, iHitMarker )
-
read the post TAB(ulate) button
-
how can I tabulate viewtopic.php?f=148&t=41066
-
betting 20 bucks on it being fake, anyone against?
-
why give the link in PMs? Just post it here. tbh this is a waste of time. I'm 100% sure it's fake. why even bother wasting time to fool people on a forum, you must have a LOT going on right now for sure. and what proves it is the features. you threw fancy things in a list and posted it there. and let's be honest, if this "modat roleplay" gamemode actually existed it would never be released NOR is it roleplay. It is far from it infact, it's barely RPG due to your "implanted" zombies in LV. And the fancy part is:
-
no not possible https://wiki.multitheftauto.com/wiki/SpawnPlayer
-
player argument "thePlayer" is serverside only. use localPlayer
-
click on the link. and onResourceStart
-
adding that in any serverside script will work. no client, that script solid posted is what you want. https://wiki.multitheftauto.com/wiki/Meta.xml
-
can you post server logs of the errors and your mtaserver.conf
-
and you use.. what script?
-
it sounds like you're missing a database or the mysql module. viewtopic.php?f=148&t=42067
-
why don't you grow up? It's common sense and this is the real world, do it yourself or learn, simple as that. However if you need help, you'll get help throughtout the proccess. I'm a Graphics Designer too. I don't remember when fellow designers worked for free when they easily could get paid, plus when it could take hours to finish the work (Proffessional designers), any new designer will most likely help in order to gain experience tho. if you don't like what the real life has to offer, go play in candy land, because this IS the real life. And last time I checked this scripting section was never and isn't called REQUEST SCRIPTS FOR FREE. like the third time you provoke people here because they refuse to SCRIPT for someone or most likely you. You'll get nowhere with this attitude.
-
"they" want us to capitalize the 'L' because it's correct grammar. It is a name after all.
-
don't think so. It would be a very nice feature for it though. I've seen a few introductions where you login and you arrive in a plane or train. If anyone knows how to do it, shout. I would like to know (About the animations), thanks.
-
oh lol didn't see edited
-
what is wrong about it then
-
yes just draw it like this: local sX, sY = guiGetScreenSize() dxDrawRectangle ( 0, 0, sX, sY, tocolor(0, 0, 0, 220), false )
-
do you want to get your skin when you die or what?