Thehookerkiller01
Members-
Posts
328 -
Joined
-
Last visited
Everything posted by Thehookerkiller01
-
[REL] Legal System for RPG or FreeRoam servers
Thehookerkiller01 replied to Slothman's topic in Resources
And can you just let follow him the cop in DP2.3? And just replace getElementModel with getPlayerSkin and replace Ped with Player. That would be hard, but what do you mean with face the cop? -
Script error, expected near 'local'
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
Ah thx, i just had give a try. Sorry -
Maybe try: function onColShapeHit ( thePlayer, matchingDimension ) if ( getElementType ( thePlayer ) == "player" ) then -- your function here end end
-
Erm, add my on msn. My msn is: [email protected] And please dont email me. Can't see it and can't open my email.
-
Lol
-
Script error, expected near 'local'
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
No, just another error. Script: function createstartvehicles ( playerSource, source, commandName, car, x, y, z ) -- the function allows specification of your car, and the position fadeCamera ( source, false, 1.0, 255, 0, 0 ) -- fade the player's camera to red over a period of 1 second setTimer ( fadeCamera, 500, 1, source, true, 0.5 ) local racevehicle == createVehicle ( 420, x, y, z ) -- create a vehicle at the position specified by the startrace command warpPlayerIntoVehicle ( playerSource, racevehicle ) -- warp them straight into the vehicle setElementPosition ( source, 2002.5007324219, -1445.4700927734, 13.6 ) removePlayerFromVehicle ( source ) end Then the error: [09:12:02] SCRIPT ERROR: .../MTA/mods/deathmatch/resources/race/script.lua:39: unexpected symbol near '==' [09:12:02] INFO: Loading script failed: .../MTA/mods/deathmatch/resources/race/script.lua:39: unexpected symbol near '==' -
You just should have to save setAccountData ( playeraccount, "money", playermoney ) in another file. And for the onPlayerJoin part the sever have to know who the player is. And how many money he or she has. Maybe try getClientName or something.
-
[REL] Legal System for RPG or FreeRoam servers
Thehookerkiller01 replied to Slothman's topic in Resources
Ok -
[REL] Legal System for RPG or FreeRoam servers
Thehookerkiller01 replied to Slothman's topic in Resources
-
Make it ss?
-
[REL] Legal System for RPG or FreeRoam servers
Thehookerkiller01 replied to Slothman's topic in Resources
And why not for dp 2.3? -
Script error, expected near 'local'
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
Yes, but Local have to be an = ? -
-
Script error, expected near 'local'
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
ok, but also the local problem? -
Script error, expected near 'local'
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
What's this doing there... http://development.mtasa.com/index.php?title=FadeCamera function addRednessOnDamage ( ) fadeCamera ( source, false, 1.0, 255, 0, 0 ) -- fade the player's camera to red over a period of 1 second setTimer ( fadeCamera, 500, 1, source, true, 0.5 ) -- don't let it go to opaque red, interrupt it after half a second and fade back to normal end addEventHandler ( "onPlayerDamage", getRootElement(), addRednessOnDamage ) -
Script error, expected near 'local'
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
Done with an edit. Read above -
I want to do it.
-
Just had made 1 script (yes, at my own ) but there is a error in it: My script: function createstartvehicles ( playerSource, source, commandName, car, x, y, z ) -- the function allows specification of your car, and the position fadeCamera ( source, false, 1.0, 255, 0, 0 ) -- fade the player's camera to red over a period of 1 second setTimer ( fadeCamera, 500, 1, source, true, 0.5 ) -- don't let it go to opaque red, interrupt it after half a second and fade back to normal normal local racevehicle = createVehicle ( 420, x, y, z ) -- create a vehicle at the position specified by the startrace command warpPlayerIntoVehicle ( playerSource, racevehicle ) -- warp them straight into the vehicle Error: What's the problem?
-
Howto create static image above minimap?
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
Erm... -
Howto create static image above minimap?
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
Where can I buy that? Never found out. -
Erm, why should i do that? Everyone at my server can play, but he not. Everytime when he connects he get an error. But everyone else at my server can normaly play.
-
Howto create static image above minimap?
Thehookerkiller01 replied to Thehookerkiller01's topic in Scripting
Where to find it? -
And what can i just do with that?
-
Hey, everytime when my friend joins my server, he have a download error #9. And all the other people in my server can normaly join. What's the problem?
