Search Results
Quote: Originally Posted by ****** Would you really? That may be true, but don't beg for rep. Take this post as a lesson: https://sampforum.blast.hk/showthread.php?tid=416191 I have to...
80
Some scripters that have full control over the script since the very beginning do have control over that and are able to make this however if it's not a script you're too familiar with I believe it's ...
276
If you use both dynamic object and the ordinary ones it can easily bug out because dynamics are always created and destroyed where as the ordinary ones are always there with the same object id and fro...
276
I honestly don't understand why'd you think someone would not do it, I mean, nowadays frankly every forum/board/community or just a basic website that requires registration would ask you to verify ema...
376
Here's what you're trying to do, not sure if it works because I can't test it, I literally wrote it in in the reply itself so there could be some error etc. because I can't really test it, also some p...
126
Well, in my server I have a variable that is saved in the database which stands for "SpawnAt", it has a few possible values: 0 - Spawn at log-out location, 1 - Spawn at faction HQ, 2+ spawn at the hou...
80
This is because it must be new bool:SirenStatus[MAX_PLAYERS] = false; either way the command he provided won't really do the job.
155
I feel like this CMD works better overall and it uses streamer's objects. Код: new VehSirenState[MAX_VEHICLES] = 0; //put this somewhere in the global variables, to check the state new VehSirenOb...
155
While I completely agree that user privacy should be respected and kept PRIVATE, however, all this "only hashed password", "please hash passwords", "add some sort of encryption" mockery is mostly usel...
176
Missing rows won't make a problem, however the habit of doing this for player vehicles might be good. For example, I have a table with faction cars, job cars and player-owned cars, I delete rows from ...
147
Does it compile without the include? Also this is usually caused if not all { } are opened and closed properly.
91
Hell yes, that would be useful! Except for the part that about 3-4 other comments say that exact same thing.
157
You could've not bump an over 2 month old topic that is already solved? :/
157
Right, this speedo's speed is update via OnPlayerUpdate or a Timer, can you give me this timer/OnPlayerUpdate code?
232
You're talking about 2 different vehicles, right? Let's say you enter your Bullet and you see normally working Speedo but then when Bobby enters his let's say Infernus you see the speedo showing infor...
232
Can you show the ShowPlayerDialog of the id 2211?
173
A few questions, why are you using TextDrawCreate to make a textdraw per player instead of CreatePlayerTextDraw, is the speedometer showing 2 times for the driver or the passenger and how exactly does...
232
You can't compare strings using "==", here you have to use "strcmp" function. Unless the pEmail is not actually his email stored in a string in which case I could be wrong as to what exactly is the pr...
125
Right, apparently no-one is going to show you how to properly do it so, first things first! When you format your string you are formatting it for every administrator yet it overwrites the previous one...
174
I've seen quite a few servers where they have faction instead of families and factions and they do just fine tho'
251