Search Results
Try this code, if it's not working print some of the strings, you're setting the 3DTextLabel to and see if it set's the string value correctly, if not find out what causes it not to set the string "co...
85
It looks like you are releasing a lot of scripts. All of these are pretty simple, yet they include some minor bugs. I did notice, that all your links are on adf.ly. Are you really trying to make money...
299
It's sad to see that the game pausing related to menu is reverted, but hopefully it will be re-done in future.
30,313
Well, thanks for explaining, but still I don't think that they're going to change the format native and you should find a work-around, if you find it so important to be changed.
30,313
Quote: Originally Posted by Slice First off using a macro for that is just bad (as it's already a language feature). Not to mention, it won't work with newlines in-between arguments (macro...
30,313
Quote: Originally Posted by Slice Kalcor, could you change this in a_samp: pawn Код: native format(output[], len, const format[], {Float,_}:...); to: pawn Код: native format(output...
30,313
I can't find a reason, why my ISP should block www.sa-mp.com as of I just moved to the place, where I currently live by my own. And wouldn't the sub-domains be blocked as well, if the ISP blocks the m...
256
I'm using Avast. I did turn off my Windows Firewall & all of the real-time protections, but it has no effect.
256
It loads for about 30 seconds to few minutes and displays: "This webpage is not available; The connection to sa-mp.com was interrupted." and some suggestions by ****** Chrome. This might also help: E...
256
Any help on that, please? ****** Chrome does not open the www.sa-mp.com nor does the Internet Explorer. I'm pretty sure, there's nothing to do with my PC or ISP, so what's wrong? Any suggestions to ...
256
You can run your code through DracoBlue's Tidy-Pawn to get rid of the indentation problem. You can also find pawn Код: new Level = PlayerInfo[i][pAdmin]; and delete or comment it out, as you're n...
125
If we could somehow detect health/armor changes immediately and save it as a variable, then a simple timer to check for health/armor differences compared to the variable would give a result to detect ...
54
I believe he was asking how to add an alternate named command. And you can do that using Command_AddAltNamed(). For example: Command_AddAltNamed("jail", "j");
107
Quote: Originally Posted by [NoV]LaZ Yes you can. Instead of making an argument, you could simply point out how. You will get an error about the argument not having a default value, unl...
96,276
Quote: Originally Posted by Bubelbub Test Code: pawn Код: public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat){    new string[128];    format(str, 128, "Test [%d] ...
13,322
Is there any way to detect changes in armor/health without timer or OnPlayerUpdate? I think it might be possible if a player does you some damage, but I'm not sure about falling eco.
54