Search Results
What exactly does the anti quick turn detect? I've never seen a cheat related to that. I pressed DEL with so...eit to rotate the vehicle quickly but it was not detected, I used a cleo mod that changes...
57,298
What brings about a better performance? A long handle, with multiple read / write lines? Or multiple handles with few lines? Thanks!
7,177
Quote: Originally Posted by Shadow_ Code: CMD:sendinfo(playerid,params[]) { new admin[25],account[25],reason[128],details[128]; if(sscanf(params, "s[25]s[25]s[128]s[128]",admin,...
681
Hello. I have a "problem" using multiple text string in sscanf params: The cmd: PHP Code:  /sendinfo [JR_Junior] [Nick_Name] [No reason] [No details]  PHP Code: CMD:sendinfo(play...
681
Quote: Originally Posted by Calisthenics Database files in correct place, correct permissions to read from scriptfiles and connected (in case you use it on another player). Here is a sampl...
4,832
Quote: Originally Posted by Calisthenics `maxmind_country.db` and `maxmind_city.db` must be located in scriptfiles folder otherwise the functions will return 0. pawn Code: GetPlayerCount...
4,832
Is not working for me: new string[50]; GetPlayerCountry(playerid, string, sizeof(string)); strmid(PlayerInfo[playerid][GeoCountry], string, 0, sizeof(string), 255); GetPlayerCity(playerid, string, s...
4,832
Quote: Originally Posted by Max_Andolini It doesn't support getting DATETIME. You can use String as a time. Thank you, I'm saving the date and time as string and works fine.
7,177
Im trying to use the DATETIME field type but I don't know to use DATE_FORMAT lo convert yyyy-mm-dd to dd-mm-yy with this include.
7,177
Why not a plugin to detect keys pressed by player, like U B K L M G F1F2 F3 etc?
1,720
Quote: Originally Posted by NaS There are also wall mirrors (eg. CJ's changing room or one of the broken GF interiors which doesn't have any collision - so you don't "loose" a useful inter...
269
Quote: Originally Posted by Dignity Try mapping your map UNDER the floor and setting the wall opacities to .5 as well. Not sure if it works but you can always try it. I understand you,...
269
Quote: Originally Posted by Dignity Big warehouse interior. Remove the floor using SAMP Construction or texturestudio and place down a wall object with opacity at .5 and you'll have the sa...
269
Hello. I would like to know how to create an object with reflective texture, looking like a mirror with SetObjectMaterial. Example: Is the effect on texture or color used? Thank you!
269
Acho que todo servidor que tem Brasil no nome jб й uma piada pronta. Baixam um GM da internet, trocam algumas palavras depois do Brasil e ficam competindo pra ver quem tem o server mais lotado de c...
245
Thank you very much for this update! It's working perfectly now. Keep improving this wonderful include.
7,177
Quote: Originally Posted by Max_Andolini Update again. Now: PHP код: ...\gamemodes\GM.pwn(2046) : error 035: argument type mismatch (argument 4)  PHP код: ne...
7,177
Quote: Originally Posted by Max_Andolini Update include and try this. https://github.com/ThreeKingz/easy-m...easy-mysql.inc PHP код:     new string[128], names[24],money;  ...
7,177