Search Results
I know it wont work, but how do I make it work? I'd prefer not using anything from the YSI library as I don't want to have to include the entire thing and make my script compile slower and bigger to g...
91
Well I was able to learn how to convert the other things (logging in, etc) But this is a bit confusing and I got no idea how to do it. pawn Код: stock GetFreeBizID(){    mysql_query("SELECT NUL...
91
Well the threads name says all. How? Ty in advance
63
Код: stock SaveBizzzz(bizid) { format(query, sizeof(query), "UPDATE businesses SET `bname`='%s'",BizInfo[bizid][bName],bizid); mysql_query(query); mysql_free_result(); }
140
Im not sure you are getting what I mean. Im unable to save (update) the tables of my business data, because my business name is John's store. The 's bugs it up.
140
What about the problem when strings I am saving have ' in them?
140
I noticed you did `username`. Should I always do that, or? Also I did use ' before but thing is, it errors out when I have to save a business with name for example: John's store
140
Well I just moved to mysql. Is this the right way? UPDATE username = `%s` where ID = %d", ID) Basically this part, `%s`. Should I always use `%s`? I noticed in some examples people used '%s'
140
Quote: Originally Posted by MP2 Ever heard of maths? pawn Код: public LowerWanted(){    for(new i = 0; i < MAX_PLAYERS; i++)    {        if(GetPlayerWantedLevel(i) > 0)Â...
134
Thanks iggy, I totally forgot I even had that in there.
134
So, I've got a loop in which every 5secs it checks wanted level, and lowers it by 1. The thing is, it will only work for the lowest ID having the wanted level, for others it won't. So for example ID ...
134
Hey guys, How do I make it so that I can rob a player if no cops are near? TEAM_COPS being the team of the cops (gteam). I've been trying for a while but it never works fine. I know how to do the ro...
71
Hey guys, is it possible to get the name of a zone based on the XYZ? EDIT: Was able to do it lol, all I had to do is modify a_zones.inc a bit.
45
EDIT: Nevermind, I was able to take care of it.
53
You don't need to convert anything, take the includes from 0.3x and compile it.
91
Why can't you install it? Whats wrong?
176
It'll be hard to find, and the one you can I wouldn't trust as much. With SSH2 you can create specific users to run only that server, whilst avoiding giving the panel actual root info.
176
So I've been skimming around for some ddos protected sa:mp provider and I noticed ping perfect. However, they are rather new and I'm not sure if they're even actually a registered company (even tho it...
210
That worked but sscanf gives me errors saying that strings without limit are deprecated
92
Yeah it appears so. I've been playing around a bit, and I noticed. The first 3 24/7 interiors I enter (always the first 3) are fine. However, the rest will have missing objects and only have walls, bu...
103