Jump to content

roddydennvor

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by roddydennvor

  1. just add in acl or you can change the command so ... nobody know it
  2. Hello there , i want to report an server using Valhalla Gamming Script ,,, What can we do ? Server IP :103.31.251.130:22003
  3. i think this function just for map ? oke but how to set radius ? i mean for nearby player ?
  4. roddydennvor

    Help me

    How to make script , When police team say "Freeze" , other player nearby the police team can hear "Freeze" sound... ?
  5. hmm , i mean , helmet have object id ? like skin ?
  6. if(getResourceState(getResourceFromName("bone_attach")) == "running")then < add this
  7. if(getResourceState(getResourceFromName("bone_attach")) == "running")then < add this
  8. Hello #88... How to get CJ hats / glasses / helmet object id ? i see on wiki it's just have model id's And how to replace object ? like water or anything ?
  9. no no ... I mean when i have a bag ( item id 40 < Example) the case will arises ? like a toys system ... When you buy a hat you get it on your head ? and other player can see it ... how to do that ? what is the function ?
  10. Hallo #88,,, In the following script, I have to type the command "/bcase" to bring up the case ... local cases = {} for i,v in ipairs(getElementsByType("player"))do setElementData(v, "bcase", 0) end addCommandHandler("bcase", function(player) if(getResourceState(getResourceFromName("bone_attach")) == "running")then if(getElementType(player) == "player")then if(getElementData(player, "bcase") ~= 1)then setElementData(player, "bcase", 1) case = createObject(1210,0,0,0) exports.bone_attach:attachElementToBone(case,player,12,0,0.05,0.27,0,180,0) cases[player] = case elseif(getElementData(player, "bcase") == 1)then setElementData(player, "bcase", 0) exports.bone_attach:detachElementFromBone(cases[player]) destroyElement(cases[player]) end end else outputChatBox("ERROR #1", player, 255, 50, 0) end end ) Well , how can I make this case arises when I have an item case in my inventory ? Thank you for your assistance, your help is precious Author : ~Bcase Script : simmon95
  11. thx for example ... Very helpfull
  12. How to make script , when player join server , they login and they will hear the sound ? sorry bad english
  13. 1. Can someone tell me how to make a script, when I typed "test" will speak "test" as well ... and it can be heard by those around us 2. how to make a script when I buy sunglasses or a bag or a hat or mask, it will show in our skin real? 3. Can you tell me your best script for roleplay server? it will really help me and thank you very much.
  14. Thx very much Bilal135 , i will try it
  15. Hii can you help me how to create clothes system , like hat , glasses and anything ... I just try to use addPedClothes but it's doesn't work ... And what is the command to create barber or tatoos ? Thanks before...
  16. Hii there , can you explain me how to replace skin ? I just can replace vehicle function replaceModel() txd = engineLoadTXD("club.txd", 502 ) engineImportTXD(txd, 502) dff = engineLoadDFF("club.dff", 502 ) engineReplaceModel(dff, 502) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel ) This is how to replace vehicle ,,, How to replace skin ? Thanks
  17. Excuse me , how to uninstall it ? =,= i can't uninstall it
  18. Okay , thanks myonlake...
  19. Hii There ,, I add teleports resources .. but it doesn't works.. Can someone tell me where is the error ? This is Server side This is client side This Script made by Mabako.. Thanks For Help ...
  20. Okay thank's for disable tips , but how to add my custom Music ? https://forum.multitheftauto.com/viewtopic.php?f=148&t=53309&p=517788&hilit=add+custom+music+interior#p517788 Is this right tutorial ?
  21. Hii there .. I Want to make a custom song when i enter an interior , But How ? ,, How to change default song like in the Club or alhambra , and change it with my song ? Thanks For Help...
  22. [2014-08-19 00:35:27] INFO: Loaded 0 maps with 0 objects. [2014-08-19 00:35:28] WARNING: police/police.lua:31: Bad argument @ 'addCommandHandler' [Expected function at argument 2, got nil] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:1: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:2: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:3: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:4: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:5: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:6: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:7: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:8: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:9: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:10: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:11: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:12: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:13: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:14: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:15: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:16: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:17: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:18: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:19: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:20: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:21: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:22: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:23: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:24: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:25: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:26: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:27: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:28: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:29: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:30: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:31: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:32: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:33: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:34: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:35: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:36: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:37: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:38: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:28] WARNING: police/CPURoof.lua:39: Bad argument @ 'createObject' [Expected bool at argument 8, got number '0'] [2014-08-19 00:35:29] WARNING: TOWLS/Towmarkers.lua:74: Bad argument @ 'addEventHandler' [Expected element at argument 2, got nil] [2014-08-19 00:35:29] WARNING: TOWLS/Towmarkers.lua:77: Bad argument @ 'addEventHandler' [Expected element at argument 2, got nil] [2014-08-19 00:35:29] WARNING: TOWLS/Towmarkers.lua:80: Bad argument @ 'addEventHandler' [Expected element at argument 2, got nil] [2014-08-19 00:35:29] WARNING: TOWLS/Towmarkers.lua:83: Bad argument @ 'addEventHandler' [Expected element at argument 2, got nil] [2014-08-19 00:35:29] WARNING: speedo_gfx/speedo.lua [Client] is encoded in ANSI instead of UTF-8. Please convert your file to UTF-8. [2014-08-19 00:35:29] Some files in 'speedo_gfx' use deprecated functions. [2014-08-19 00:35:29] Use the 'upgrade' command to perform a basic upgrade of resources. [2014-08-19 00:35:29] ERROR: Couldn't find resource stretchmod. Check it exists. [2014-08-19 00:35:31] Querying MTA master server... success! (Auto detected IP:103.31.250.142) [2014-08-19 00:35:31] Server started and is ready to accept connections! [2014-08-19 00:35:31] To stop the server, type 'shutdown' or press Ctrl-C [2014-08-19 00:35:31] Type 'help' for a list of commands. [2014-08-19 00:35:31] WARNING: @sql/mysql.lua:38 Connecting to your MySQL as 'root' is strongly discouraged. [2014-08-19 00:35:31] _ _ _ [2014-08-19 00:35:31] | | | (_) [2014-08-19 00:35:31] _ __ ___ | |_ __ _ _ __ __ _ _ __ __ _ __| |_ ___ ___ [2014-08-19 00:35:31] | '_ ` _ \| __/ _` | | '_ \ / _` | '__/ _` |/ _` | / __|/ _ \ [2014-08-19 00:35:31] | | | | | | || (_| | | |_) | (_| | | | (_| | (_| | \__ \ __/ [2014-08-19 00:35:31] |_| |_| |_|\__\__,_| | .__/ \__,_|_| \__,_|\__,_|_|___/\___| [2014-08-19 00:35:31] | | [2014-08-19 00:35:31] |_| v1.1b [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:34] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:35] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:37 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:38 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:39 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:40 Bad argument @ 'setPedRotation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:41 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:42 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:43 Bad argument @ 'setPedAnimation' [Expected element at argument 1] [2014-08-19 00:35:36] WARNING: @pedanim/pedanim.lua:44 Bad argument @ 'setPedAnimation' [Expected element at argument 1]
×
×
  • Create New...