Search Results
Quote: Originally Posted by Stefand Done that for a reason yeah. Anyway the point is not in the area, i want to use this for street adresses for houses to see what street is closest. But ...
196
use gangzone functions its way better
1,511
Quote: Originally Posted by Thorn33 The script is nice, but it is really broken.. a scripter buddy of mine said.. you broke the encoding and it is gonna be a bitch to fix. Anyways im looki...
13,222
Quote: Originally Posted by DavidKember Well it isn't "your UCP" to begin with. You practically just took it off somewhere and released it as your own. The script has nothing remotely simi...
13,222
Quote: Originally Posted by DrVenomous Update your UCP, players are having problem with old version. wtf? I open-source it and you talk to me like that? I ain't work for you nikka you c...
13,222
Take a look at my LS-RP trucking script replica https://github.com/offsetX/Base-Role...king_alpha.pwn it's ready to use though but I'd suggest you to learn the code because they are really easy to u...
154
Get a serverside money detector and set a textdraw updater Код HTML: forward GivePlayerMoneyEx(playerid, amount); public GivePlayerMoneyEx(playerid, amount) // replace all of the native functio...
327
Quote: Originally Posted by Pottus That is counter-intuitive why would you ever need a timer to update that textdraw? You only need to update when a players money actually changes using a ...
327
Quote: Originally Posted by cuber What about the UCP? check the first page.
13,222
Quote: Originally Posted by rfr Code: [17:47:42] Script[gamemodes/script.amx]: Run time error 19: "File or function is not found" gamemodes/script.amx did u have vc2013 installed?
13,222
Add SetupInfo, Gender, RentAt into `characters`, they should be interval and 6 length
135
Quote: Originally Posted by Klayton Can you give me the syntax of this value for the database ? http://prntscr.com/huyk19 They are smallint type and should be 6 length
13,222
Quote: Originally Posted by Jumberi can you give us sql which is filled with the missing columns? I tried by myself , and when i checked char in db there was nothing changed Age="Invalid"...
13,222
Quote: Originally Posted by FrexDev It's ridicolous that you've copied and pasted a lot of systems from my gamemode (Antennas, Meals etc..) without giving me any credit for them. You aren'...
13,222
If a bug is found that most of the addon-developers couldnt fix, post it here I will have a look.
13,222
Quote: Originally Posted by Klayton Why you release a gamemode buged / not complete ? If you are really a good developer or you pay your time on it, everything will be fixed and working...
13,222
Quote: Originally Posted by faizal16 [21:45:55 12/26/17] [ERROR] CMySQLQuery::Execute[OnPlayerRegister] [21:45:29 12/26/17] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'f...
13,222
Quote: Originally Posted by KopeK And, if I want to create a timer for my speed meter, it is better to create a new timer for a single player or do it in loop? Create a global timer for...
151
Код: SendToAdmins(color, Message[]) { foreach(new i : Player) { if(!IsPlayerAdmin(i)) continue; SCM(i, color, Message); } return 1; } Replace the red text with the variable you w...
134