-
Posts
173 -
Joined
-
Last visited
Everything posted by Simbad de Zeeman
-
Im looking for working vehicle replace script!
Simbad de Zeeman replied to SanZoR's topic in Scripting
Can you tell me what you did to make it work? -
Im looking for working vehicle replace script!
Simbad de Zeeman replied to SanZoR's topic in Scripting
And ? did it worked? -
it still wont work
-
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 )
-
That was not my question CJGrove, i want to know what was wrong with my code? why it didnt work..
-
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?
-
Can someone give a good simple tutorial how to replace vehicle models then?
-
Very nice!, can you make it that it will convert the car colors too? because all my cars are black in mta now
-
Waauuw! very nice.
-
What is the max car limit it is 50 different types and max 254 cars?
-
do we pay for it?
-
Sure why not?
-
Ok, thanks
-
Can someone explain me this? https://www.youtube.com/watch?v=Kw0s_EKm ... ed&search=
-
And how is that progress? are there many bugs fixed?
-
Added!
-
Scripting Tutorial 8 - Ion Cannon and Nuke (from C&C '95)
Simbad de Zeeman replied to Ransom's topic in Scripting
Can you make a Scud Storm to? like in C&C Generals like this: -
Scripting Tutorial 8 - Ion Cannon and Nuke (from C&C '95)
Simbad de Zeeman replied to Ransom's topic in Scripting
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. -
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
-
iam not an idiot, im just interested in the video, because i dont have it anymore, and the link is dead.
-
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)
-
Found a way for Logitech Wheels using (logitech profiler)
Simbad de Zeeman replied to a topic in General discussion
can you explain it again? i tried it but it doesnt work.. -
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
-
will there be an new video soon? that would be nice, because i have seen the latest video's to much
