Search Results
What you did was right. Alternatively, you could try MySQL stacked queries using the delimeter ";", so you can do multiple queries in one function call. If you're using MySQLi checkout multi_query f...
224
In the gamemode's OnPlayerRequestClass just return 1; when a player is not logged in yet. Then the class selection menu won't appear and the Dialog will stay on.
334
List all your includes, so that we could sort it out. And what are the new errors after you removed the sscanf include?
362
Well then check if the license variable is set to 1 and what is this userdata[playerid][agra] and check if this is set to 1. If both are set to 1 then the player would be able to drive the vehicle ...
222
Then you gotta programmatically increase the size according to the text.
455
Quote: Originally Posted by v1k1nG I wonder why are you so redundant? That solution isn't the most efficient, instead of wasting time stalking forum users and dancing on their nerves, go c...
512
Show the complete compiler log mate, just paste the highlighted errors
287
The root problem is from here. Alloc:Malloc_Allocate (size=2, bool:clear=true) at P:\Persoonlijk\Projects\Alternative Life RP\AL-RP Original\pawno\include\YSI_Coding\y_malloc/funcs.inc:704 Are you u...
209
I'd advise you to go with any resellers. Most of them does reselling a dedicated OVH server to different clients. The thing is OVH provides best in the class Anti DDoS protection including high end C...
436
As many of 'em mentioned. Most of the GMs which are released after 2k14 uses the whirlpool or some sorta password hashing system. He must have compared your's and your brother's password hashes and w...
842
He meant to advertise on yo.u.tube. This forum just obfuscates it. Btw, it's really hard to obtain players these days, especially If you're up to host a RP server for English speaking players. You mi...
687
Try this new gHour, gWorldTime; gettime(.hour = gHour); gettime(.hour = gWorldTime); SetWorldTime(gWorldTime); Put the above in OnGameModeInit
286
What do you mean? The code attaches that 3d text to the specified players. Do you want to attach it to a pickup? You can't do that. Instead you gotta specify the exact location where you've created t...
279
Try this function Код: stock SetVehicleSpeed(vehicleid, Float:speed) { new Float:x1, Float:y1, Float:z1, Float:x2, Float:y2, Float:z2, Float:a; GetVehicleVelocity(vehicleid, x1, y1, z1); GetV...
139
Just disable the player clock and use SetPlayerTime
286
Use PlayerTextDraw instead of TextDraw if you wanna show individual textdraws for players.
146
So can you receive on response for PBMAINMENU? If yes, then what's not working? Be more clear and post the OnDialogResponse completely (just add stuff related to this)
290