Search Results
Server version? - Those functions added on 0.3x
128
Gamer_Z, do you use c++ based ORM? Blazing User DB is not so flexible as i would use it on code, but this is good starting point for creating it.
92
I would choice Galaxy Ace. - Why? Maybe because i have Galaxy S2 right now and i'm pretty satisfied with that.
166
Hello SA-MP community, I have wonder if SA-MP have database ORM? - Is it even possible to create? I mean something like is Doctrine and Propel in PHP. If it's possible ( and haven't released ) maybe ...
92
Quote: Originally Posted by dnee mysql_debug(5); To me it's logical if it would be 0 - but it's not in include?
9,003
Is there a way to turn logging completely off?
9,003
It should be pawn Код: GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
155
You have to hash it like you do on server to compare them. (encrypt password input)
162
Any code? I think that saving in OnPlayerDisconnect send wrong value to database
133
If i remember correctly someone tell me once that server won't call OnPlayerUpdate when user is alt-tabbed out. Maybe some check with timestamp (set on OnPlayerUpdate)?
164
Quote: Originally Posted by ReVo_ This check if a "_" is in the name PHP код:        <?             $name = "HelloWorld";             $pos  = ...
129
Correct way: Код: GetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,lights,alarm,doors,bonnet,boot,objective) if(lights != 1) { SetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,true,ala...
66
Quote: Originally Posted by Gamer_007 Код: [11:23:38] Loaded 3 filterscripts. [11:23:38] Error: Function not registered: 'mysql_debug' [11:23:38] Error: Function not registere...
92,806
As topic says "Larp script Question" i asume that its LARP and i have edited it heavily, so you have to add alot of lines.
108
Sure, it's possible but you need modified code alot.
108
Quote: Originally Posted by next-studio|TheKiller It isn't even a login page, since the file extension is a ".html". You can make webserver handle .html as PHP files, but thats not the ...
115
Why you make double query? This should work-> PHP код:  $q = mysql_query("SELECT * FROM `users` WHERE username = '$username' AND password = '$password'") or die (mysql_error...
115
Shouldn't pawn Код: if(sscanf(params,"ui", targetid)) return SendClientMessage(targetid, COLOR_YELLOW, "Dostales KarteMotorowerowa z ograniczeniem do 125cc"); have to be: pawn Код: if(sscanf...
79