Search Results
Quote: Originally Posted by Sew_Sumi Wonder how much free rep the OP has got due to his 'generosity' that we are yet to see... Well, he's given me a windows VPS with 2 cores, 3 GB of RA...
4,604
NG-RP was shit TBH, wasn't even roleplay, more of a deathmatch and an attraction for cheaters.
1,374
Or buy a cheap VPS, SA-MP doesn't require alot of power, and run a 1000 slot server for 1 dollar per month instead of 20-30 dollars like most hostings ask for this, and make as many SQL databases as y...
259
There's nothing we can help you with. If two other people can connect fine, it's a network issue on your end, try contacting your ISP.
444
Simple post: offering my services for free mostly (if you like my work, obviously a little compliment is always welcome ), preferably roleplay communities that have a little activity and a decent play...
200,939
Nope, doesn't work. The actor bulges when I shoot it, but no damage is registered somehow.
92
Hi, I'm making a sort of shooting range script using actors and objects, but OnPlayerGiveDamageActor isn't called, no animation was applied to the actor and I set them to be vulnerable, and yes, I re...
92
Can you show us your OnPlayerSpawn function?
148
Код: if(!strcmp(inputtext,"Пицца",true)) { RemoveItem(playerid,"Пицца",1); SendClientMessage(playerid, COLOR_WHITE, "Вы выкинули пиццу!"); } Use this, you put a [0...
89
Right, make sure you're on local host, remote queries take a long time to process. Also refer to Vince, and use the latest version of MySQL or atleast the latest R39 version if you're too lazy to lear...
108
Your code is so messy, but first of all, make sure you put brackets around the variable you're trying to get the size of. "sizeof query" shouldn't work, should be "sizeof(query)". You also never load...
140
Honestly just use R39, I don't think it's worth the hassle updating to R40.
98
Perfectly fine, it only means that players will be removed from the server (aka disconnected) after they've lost connection for 10 seconds. (E.g. you disconnect your PC from the internet and after 10 ...
61
Very highly doubt that, it'd return alot of false positives if so.
227
Need a Developer? Send me a PM or add me on skype (thalennahz) and we'll talk further. I don't do web development, only pawn, I won't make scripts from scratch but I will gladly serve as a Developer i...
200,939
Anything in your script that can cause a vehicle to destroy?
90
In the code comparrison you just added some spaces. Nothing changed at all besides some extra characters here and there.
2,059
I have about 50 lines under OnPlayerUpdate, 30 of which are commented out. I deleted one include that returned 0 conditionally under OnPlayerShootWeapon, I'll check if that fixed it.
113
Hi! I got this small problem where OnPlayerTakeDamage doesn't register when a player shoots another player. It gets called with melees, when somebody hits somebody with a gun, but not when somebody s...
113
Try an older version of streamer, worked for me when I used 2.7.
167