-
Posts
334 -
Joined
-
Last visited
Everything posted by spoty
-
hoi ik raad je aan om hier eens te kijken > https://forum.multitheftauto.com/viewtopic.php?f=108&t=40793 dat is een hele goede RP
-
voeg me to op skype en ik zal je wel verder helpen of zet je spawn en login panel scripts hier op zodat we je kunnen helpen.... skype easy_joel_easy
-
its says this WARNING: 1\area51\ad_base_c:44: Bad argument @ 'killtimer' [Expected lua-timer at argument 1,got nil] WARNING: 1\area51\ad_base_c:45: Bad argument @ 'killtimer' [Expected lua-timer at argument 1,got nil] WARNING: 1\area51\ad_base_c:46: Bad argument @ 'killtimer' [Expected lua-timer at argument 1,got nil] WARNING: 1\area51\ad_base_c:47: Bad argument @ 'killtimer' [Expected lua-timer at argument 1,got nil] here is the client part g_loc_pla = getLocalPlayer () g_loc_root = getRootElement () addEvent ( "destroyTrepassor", true ) addEventHandler ( "destroyTrepassor", g_loc_root, function () posX = 15.7054 posY = 1719.3632 posZ = 50.123 posX2 = 237.7176 posY2 = 1696.5727 posZ2 = 50.1087 posX3 = 354.6243 posY3 = 2028.3897 posZ3 = 50.1217 posX4 = 188.241 posY4 = 2081.3469 posZ4 = 50.1422 local isInResArea = getElementData ( g_loc_pla, "inRestrictedArea" ) rotZ = getPedRotation ( g_loc_pla ) if isInResArea == "true" then timer1 = setTimer ( createProjectile, 2000, 0, g_loc_pla, 20, posX, posY, posZ, 1.0, g_loc_pla, 0, 0, rotZ, 0.1, 0.1, 0.1 ) timer2 = setTimer ( createProjectile, 2000, 0, g_loc_pla, 20, posX2, posY2, posZ2, 1.0, g_loc_pla, 0, 0, rotZ, 0.1, 0.1, 0.1 ) timer3 = setTimer ( createProjectile, 2000, 0, g_loc_pla, 20, posX3, posY3, posZ3, 1.0, g_loc_pla, 0, 0, rotZ, 0.1, 0.1, 0.1 ) timer4 = setTimer ( createProjectile, 2000, 0, g_loc_pla, 20, posX4, posY4, posZ4, 1.0, g_loc_pla, 0, 0, rotZ, 0.1, 0.1, 0.1 ) end end ) addEvent ( "destroyTimers", true ) addEventHandler ( "destroyTimers", g_loc_root, function () local isInResArea = getElementData ( g_loc_pla, "inRestrictedArea" ) if isInResArea == "false" then killTimer ( timer1 ) killTimer ( timer2 ) killTimer ( timer3 ) killTimer ( timer4 ) end end )
-
hi there i downloaded a area51 protection script and it was first like it shoot rocket on players without army skin and now i have edited it to it only shoots on players that arent in army acl but i dont have any error and it dont shoot and it is running ingame and i realy dont know what i did wrong here is the script
-
awesome thanks and thanks alot for fast reply
-
hi all i have a request for a script i am searching for a automatic rocket shoot script like if you have a army team with are 51 as base like it fire rockets on players that arent in army team ACL and not on the players from army base and it shoots only in a distance from 250 meters from the base i hope you guys understand what i wanne have and i hope you guys can help my
-
thanks youre the best it works very good now
-
okay this one have no errors but when i get killed or do suicide i always spawn near lv airport hospital it dont wanne let me spawn at nearest hospital
-
[2014-04-22 14:32:35] New resource 'spawn' loaded [2014-04-22 14:32:35] Resources: 243 loaded, 0 failed [2014-04-22 14:32:35] Starting spawn [2014-04-22 14:32:35] SCRIPT ERROR: spawn\spawn.lua:5: unexpected symbol near '!' [2014-04-22 14:32:35] ERROR: Loading script failed: spawn\spawn.lua:5: unexpected symbol near '!' [2014-04-22 14:32:35] Upgrade completed. ------------------------------------------------------------------first error [2014-04-22 14:32:56] Resource 'spawn' changed while running, reloading and restarting [2014-04-22 14:32:56] Stopping spawn [2014-04-22 14:32:56] New resource 'spawn' loaded [2014-04-22 14:32:56] Resources: 243 loaded, 0 failed [2014-04-22 14:32:56] Starting spawn [2014-04-22 14:32:56] SCRIPT ERROR: spawn\spawn.lua:6: unexpected symbol near 'local' [2014-04-22 14:32:56] ERROR: Loading script failed: spawn\spawn.lua:6: unexpected symbol near 'local' [2014-04-22 14:32:56] Upgrade completed. -------------------------------------------------------second error after fix [2014-04-22 14:33:36] Resource 'spawn' changed while running, reloading and restarting [2014-04-22 14:33:36] Stopping spawn [2014-04-22 14:33:36] New resource 'spawn' loaded [2014-04-22 14:33:36] Resources: 243 loaded, 0 failed [2014-04-22 14:33:36] Starting spawn [2014-04-22 14:33:36] SCRIPT ERROR: spawn\spawn.lua:6: unexpected symbol near 'local' [2014-04-22 14:33:36] ERROR: Loading script failed: spawn\spawn.lua:6: unexpected symbol near 'local' [2014-04-22 14:33:36] Upgrade completed. ---------------------------------------------------------last error
-
hi there i have maded a hospital script but i cant get it work nicely can you guys mayby help me out? here is the error
-
okay i go try to make that
-
mayby post the script so we can help you? we cant see the error by the logg only
-
Hi there i have a warn script to warn players but is it possible to make it count the warns like if player has 3 warns he get kicked out of game and by 6 it give 1 day bann or something? here is the script Please help me
-
please someone help i am searching hole day and no one knows how or what>?
-
hi there i know its possible to mainstream costum tracks but i cant find any program to convert the .ide and .ipl and gta.dat who can help me ?
-
why you dont open acl.xml and under groups you find the mod acl supermoderator acl and admin acl if you wanne disable something like reasources_tab then you have at the end of evry line true or false if you wanne disable it then replace the true to false thats how to do it fast and easy
-
np but here you have the most change to get helped fast if someone will help you
-
wrong selection try the scripting selection and for lua codes it easlyer to use [ lua ] [ /lua ] without the spaces between [<>lua<>]{<>/lua<>]
-
thnx youre the best i was searching hole day on community but dind try that name thnx
-
hi i am searching a arrest script like when i hit player with a police stick if he's wanted that he get freezed and follo the cop to the car and cant escape until police put player in to the marker and then get teleported to jail who got this script and wanne share with me please i realy need the script
-
please some help would be welcome
