Search Results
You would need so many players for this to work out. And the possibility of it turning into constant mass dm is extremely high.. I don't even think 100 daily players is enough for this to work out, be...
83
You don't need to connect your gamemode to your website... Connect the gamemode to your MySQL database and do the same with your website. Gamemode -> Database Website -> Database Once your gam...
93
Quote: Originally Posted by krayvhusfrom #define SQL_HOST "127.0.0.1" #define SQL_USER "root" #define SQL_PASS "XXXXX" #define SQL_DB "smallcountyrp" but not work Try removing the pass...
9,000
Quote: Originally Posted by krayvhusfrom ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [22:40:...
9,000
So, for some reason my textdraws only shows every 1 minute. For example I want my textdraws to show once a player goes into a pickup, it disappears 7 seconds after but wont appear untill 1 minute afte...
52
Quote: Originally Posted by Aleksabre Thank you, mohammad, it works. Could you just tell me, the 0x000 colours; http://www.nthelp.com/colorcodes.htm This site won't help at all, I pick up ...
145
Also, use CreateDynamicObject and use a streamer. )
111
I've always jailbroken my phones, makes no sense not to unless you're a retard downloading everything you come across.
147
I'm not sure, but I don't think that's the right way to do it.. Besides that, it's a .tk website which is pretty much shit.
153
Not sure if this one suits your needs, https://www.youtube.com/watch?v=SCOPfzhGGVg But you can also download a basic ucp and edit it, however it requires php and css knowledge.
88
Try this. Код: CMD:callsign(playerid, params[]) { new vehicleid; vehicleid = GetPlayerVehicleID(playerid); new string[32]; if(!IsPlayerInAnyVehicle(playerid)) return SendErrorMessage(pl...
143
If you paid using PayPal just open a dispute. There's no way that he can win, if he did not deliver the product.
152
What is the point of editting all of your posts, not allowing others to check for answers?
142
Is all of the plugins loading successfully?
106
If your friend is using a @hotmail.com e-mail, it might be the e-mail causing it. Try using gmail instead, since a lot of activation emails fails to arrive when using hotmail.
175
Quote: Originally Posted by Abagail Is "carid" the object of the player's vehicle or the SA:MP vehicle ID? It's the players vehicle.
121
Quote: Originally Posted by Abagail Show the code you use for saving the vehicle. Код: Car_Save(carid) { static query[900]; if (CarData[carid][carVehicle] != INVALID_VEHICLE...
121
I'm still abit lost on this, been searching around for a while now.. Sorry I want it to save the carPlate into the database upon the usage of /licenseplate.. Right now it just changes the plate, but d...
121