Jump to content

Simbad de Zeeman

Members
  • Posts

    173
  • Joined

  • Last visited

Everything posted by Simbad de Zeeman

  1. Ok i made a simple /givecash command, here you are function giveCash( source, command, giveplayername, amount ) local money = getPlayerMoney( source ) local givenplayer = getPlayerFromNick ( giveplayername ) local playername = getClientName ( source ) local moneytogive = tonumber(amount) if( money < moneytogive ) then outputChatBox ( "* Invalid amount", source, 243, 151, 12 ) return end if( moneytogive < 1 ) then outputChatBox ( "* Invalid amount", source, 243, 151, 12 ) return end if( givenplayer ) then givePlayerMoney ( givenplayer, amount ) takePlayerMoney ( source, tonumber(amount) ) outputChatBox ( "* You have send $" ..amount.." to "..getClientName ( givenplayer ).. ".", source, 243, 151, 12 ) outputChatBox ( "* " ..playername.. " sent you $" ..amount.. ".", givenplayer, 243, 151, 12 ) else outputChatBox ( "* That playername does not exist", source, 243, 151, 12 ) end end addCommandHandler ( "givecash", giveCash )
  2. That was not my question CJGrove, i want to know what was wrong with my code? why it didnt work..
  3. hi, look at my code, my vehicles wont respawn when they die for theKey,theVehicle in getElementsByType ( "vehicle" ) do local rand1 = randInt(50,255) local rand2 = randInt(50,255) local rand3 = randInt(50,255) local rand4 = randInt(50,255) id = getVehicleID ( theVehicle ) setVehicleColor ( id, rand1, rand2, rand3, rand4 ) toggleVehicleRespawn ( id, true ) setVehicleRespawnDelay ( id, 5000 ) end the setvehiclecolor works, the cars will be colored randomly, but they aint respawning can someone help me with this?
  4. Can someone give a good simple tutorial how to replace vehicle models then?
  5. Very nice!, can you make it that it will convert the car colors too? because all my cars are black in mta now
  6. What is the max car limit it is 50 different types and max 254 cars?
  7. Can someone explain me this? https://www.youtube.com/watch?v=Kw0s_EKm ... ed&search=
  8. And how is that progress? are there many bugs fixed?
  9. Can you make a Scud Storm to? like in C&C Generals like this:
  10. WOOOOOOOOOOOOOOOOOOOOOOOW SO COOOL!!! i played C&C Red Alert very much! i like this! VERY NICE TUTORIAL, i will use it and when there is an asshole in the serevr, i will nuke him! muhauhuahuahuah... thanks Ransom.
  11. Simbad de Zeeman

    Teaser

    works for me wait I'll upload it to rapidshare EDIT: http://rapidshare.com/files/22547850/mt ... 1.zip.html Aawh!! Thankyou! but i thought there was a video with onfoot synchronisation of mtablue:vc
  12. Simbad de Zeeman

    Teaser

    iam not an idiot, im just interested in the video, because i dont have it anymore, and the link is dead.
  13. Simbad de Zeeman

    Teaser

    Can someone give me a link for the video again? i never saw the video, and im very interested in the video, does someone have the video for me? (dead link)
  14. can you explain it again? i tried it but it doesnt work..
  15. NICE MOVIE!! but ehh.. when he shoots with a minigun, the 5 persons dont die very quick, i mean, when he hits the target it takes a while when they dead.. did lil_toady had a high ping or something? or is that normal sorry for bad english maybe
  16. will there be an new video soon? that would be nice, because i have seen the latest video's to much
×
×
  • Create New...