Search Results
Hi so I'm using a little different version of ipleomax's speedometer. https://sampforum.blast.hk/showthread.php?tid=266455 My problem sometimes is that the velocity textdraw (the one that indicates wi...
54
Problem solved via PM with MadeMan. Thanks for 'wasting' your time. I'm very grateful. /request close.
123
Sorry, for double posting/bumping. But this is really urgent :/ I'm using now this: pawn Код: -                             if(!dini_Isset(UserFile, "Glassesuse")){          Â...
123
Yes, I know MadeMan. But the question is, how can I check if the player has those variables? Something like: pawn Код: if(!fexist("Scriptfiles/Logs/pay.txt")) dini_Create("Scriptfiles/Logs/pay.tx...
123
Okey, after some work I've managed to have some spare time for this. Does anyone know how to scan/open a .ini file and then check if a certain variable exists inside it? (So that I can afterwords cre...
123
Quote: Originally Posted by judothijs I assume you've edited the part on OnPlayerConnect, at the registration part. At least, that would explain why only new users get it. Try implementin...
123
Hey guys, I have a small question here. I've recently started modifying one gamemode of mine and added new variables to the players stats (.ini files). But the thing is, those new variables don't sho...
123
wow great idea. Need to try it soon. I like the idea of mapping together with other people, saves alot of time.. Good work, keep it up
1,422
Hi, so I've recently started changing my boring commands that used many 'format' with dialogs. But now I'm experiencing some problems. This script that I'm showing below, has a bug. I type the /buyite...
62
Oh, I'm happy to see people playing it here. We could play all together, set up some matches in zombies and multi. ^^ @Kitten: O.o How you're getting the DLC's for free? I want too!
145
What's wrong? You can still drive the car when lower than the score required? You canÒ‘t drive the car when having 120 of score?
192
Yesterday I had the same problem. If in the end you can't find that missing bracket, try using a SVN. ( I use TortoiseSVN) It has a program called Tortoise Merge that will allow you to compare visuall...
241
Where did you got the coords of the opened one? Using MTA or just by subtracting? The sound keeps playing when the gate is moving. If the gate is not there(so its opened) and it still is playing the s...
280
Quote: Originally Posted by myass [CENTER]Speed Bumps v1 Screen Shots http://www.mediafire.com/?9vtoybyy3lomota Upload to a image hosting website please. tinypic.com or imageshack.com
233
I think the only way to control the sound duration is by controling the object(gate) movement speed. The sound plays while the gate is moving. Can you show me your Gate Opened and Gate closed coords?
280
I wanted to know how to "fix" this too... How about cars? If I place a car on top of a object, it will fall in the water too. EDIT: Nevermind, use what BATAD said. CreateDynamicObject(modelid, Float,...
240
No problem, anything just ask. You can also make it play some sound while itÒ‘s opening/closing ^^ PlayerPlaySound(playerid, SoundID, X, Y, Z); Use soundid 1153 which is indicated to this situation...
280
Try closed. Put the coords of the gate closed.
280
Float, Float:y, Float:z - are the coords. Use the x, y, z coords of your gate. And for the Float:Range is the distance the player needs to be to open the gate. Try 5, 10 or 15.. EDIT: For example: ...
280
Yes. Use IsPlayerInRangeOfPoint. pawn Code: CMD:zombieo(playerid, params[]){if(gTeam[playerid] == TEAM_ZOMBIE){         if(IsPlayerInRangeOfPoint(playerid, 15, -2315.3188476563, -2169.1782226563...
280