
Chilco
Members-
Posts
24 -
Joined
-
Last visited
Everything posted by Chilco
-
Anyone that knows how to fix it?
-
Hey all, I made a button for buying repair: function ButtonRepair() local Moneyplayer = getElementData(getLocalPlayer(), "Money") if (Moneyplayer > 3500 ) then local vehicle = getPedOccupiedVehicle(getLocalPlayer()) fixVehicle(vehicle) setElementData(getLocalPlayer(),"Money",tostring(moneyplayer-3500)) else outputChatBox( "You don't have enough money ($3500) to buy repair!", getLocalPlayer(), 0, 150, 255 ); end end addEventHandler ( "onClientGUIClick", GUIEditor_Button[1], ButtonRepair, false ) But it isn't working, can anyone help me? Thanks, -Chilco
-
I don't understand youre example Sorry
-
Can you give me an example? (sorry but I'm newbie in lua )
-
Is there an easier way?
-
Hello people, I already made a little system to collect points by playing games in (race) dd/dm. You can see the points in TAB (I created a column) Now I wanna make a top 10 of the players with the most points. I already made a GUI with 10 labels (1. [NAME] ([NUMBER POINTS] Points) 2. [NAME] ([NUMBER POINTS] Points) etc.) Now I need help, I dont know how to make it. If someone can help me, that will be great. -Chilco
-
Nice maps! can you send me the maps?
-
Nice maps I played them on HLS. Can you send me the maps?
-
As the title says. In sa-mp you can do /save, but in MTA I don't know how to get the coordinates. please help -Chilco
-
Thanks for the Reply. -Chilco
-
Thanks for the Reply. -Chilco
-
I want a Admin System in my server. I don't know there is a standard admin system. But i want to know how to make myself admin.. and the cmds/
-
I want a Admin System in my server. I don't know there is a standard admin system. But i want to know how to make myself admin.. and the cmds/
-
How it works? can someone tell me? -chilco
-
How it works? can someone tell me? -chilco
-
Where I can find the gamemode race? EDIT: Nvm.
-
Where I can find the gamemode race? EDIT: Nvm.
-
I want to make a race server. I downloaded the server but that is deathmatch. I want race. Can anyone help me?
-
I want to make a race server. I downloaded the server but that is deathmatch. I want race. Can anyone help me?
-
Thanks for fast reply and for help! -Chilco
-
Thanks for fast reply and for help! -Chilco
-
Where can i download a MTA Server 1.0.3 ? And how to start the server so i can join? -Chilco
-
Where can i download a MTA Server 1.0.3 ? And how to start the server so i can join? -Chilco