Search Results
Today I learned, you can make Call of Duty with SQLite and MySQL
38,598
Assetto Corsa, MX vs ATV Reflex, Dirty Bomb, Tactical Intervention, Diablo 3, GT Legends, and Cities: Skylines are what I play mostly.
1,256
Movement keys aren't the same as KEY_JUMP. You should have a look at OnPlayerKeyStateChange to see how you should actually do the comparison.
316
Quote: Originally Posted by [ND]xXZeusXx. If your game goes successfull, you gotta pay em' royalty. "Once you ship your game or application, you pay Epic 5% of gross revenue after the f...
215
There isn't a set thing that SA-MP servers use. Some don't use either.
186
Check the vehicle id with vehicle id unless you're checking both of their models.
114
Quote: Originally Posted by Day_Jons Hello everybody. Suppose I have a listing test1, test2, test3, test4, test5 array TEST Код: enum test { test1, test2, test3, test4, test5 }; new...
145
How much packetloss is there on your server?
82
Quote: Originally Posted by Jamester http://www.youtube.com/watch?v=jaNP9UbAkDQ membrane swag
164
Quote: Originally Posted by Kaperstone "Dozens dead" 40 = 3.x Dozens. "We're attention horse ... so many people are dying, we must use the word "dozen" to draw more attention " I initia...
473
Quote: Originally Posted by cdoubleoper Hello. There is some kinda issue that server is spawning about 80-89 vehicles(should be many more as u can see), different every server restart. Wha...
139
Quote: Originally Posted by Freaksken No 50% equals 0.5 (without the % sign). Thus 0.5% equals 0.005. When you divide by 100 and add the % sign aswell, you basically do the same action twi...
140
Quote: Originally Posted by Freaksken Lets say you have chance of 5 in a 1000 to get a certain item, so 0.5%. Take a random number between 1 and 1000 (both included). If this number exceed...
140
Quote: Originally Posted by [ND]xXZeusXx. Use SetTimerEx dude. OnPlayerTakeDamage will be called e everytime a player is injured and therefore it will update everytime he is damaged. Call ...
206
Quote: Originally Posted by IceBilizard Use actors instead of NPC. NPC will take your one of server slot and actors will not here is the link for create actor in samp https://sampwiki.blas...
146
It's possible to do, the problem is if you want to make a complex bot or not. If you want to make it a complex bot, you're going to need to do some research around the net. For a simple bot that throw...
146
The GPCI function isn't hardware ID. There isn't a way to get the players hardware ID or anything of the sort. With the way GPCI works, you'll definitely catch people you didn't mean to into the ban i...
95
SetPlayerMapicon(playerid, icon, vehicleInfo[vehicle_to_make][X],vehicleInfo[vehicle_to_make][Y],vehicleInfo[vehicle_to_make][Z], etc); The way I set it up (make sure you look after the edit) will se...
183
pawn Код: // Inside of the dialog response callbackcase vehiclename:{    if(!response) {        DestroyVehiclePVar(playerid); //Making sure to clean up the PVars if they don't actually selec...
183