Search Results
Quote: Originally Posted by UnknownGamer new currentveh; currentveh = GetPlayerVehicleID(playerid); DestroyVehicle(currentveh); Would that work with Ravens Roleplay? so there car unload...
87
Quote: Originally Posted by UnknownGamer Hey guys, How would I make it so when people disconnect there cars unload? On server load, public LoadCar() How would I make it so when they log...
87
Sure you can, multiple programs can be connected to a single MySQL database at once, simply make sure that your MySQL server allows remote connections. Allow remove connections to your MySQL server
81
The parentheses are optional when having a single argument, and no maths inside. The compiler reads that differently, but the result is the same. It's simply a readability matter.
82
Honestamente, es un problema muy dificil de solucionar. El jugador que sale y entra a la fuerza repetidamente es el cheater o la victima?
150
Line 59 pawn Код: new radiolist3[][][] Forgot the = For the rest, we'll need you to give us the lines. Oh, that just gave me an idea.
131
Check your console, his IP will be logged there ("Incoming connection"...), then just write "banip [IP here]" in your console
108
What command processor are you using in your game mode?
141
Quote: Originally Posted by Steven82 I'm off topic but this really is a useless topic. This board and community is about SA-MP. We may use different "terminology" or use the same terminolo...
636
Quote: Originally Posted by Y_Less (SQL, NoSQL, flat-file, ORM) ORM is not a database, it's a technique Quote: Originally Posted by Y_Less I do agree that the first quote ...
636
Quote: Originally Posted by bloodrocklee Oh guyz...I've got a problem can ya help me? 'aight here's tha' error: Код: error 076: syntax error in the expression, or invalid function c...
81
Quote: Originally Posted by playbox12 You are absolutely right, a database is just an organised collection of data however in SA-MP when we're talking about database we usally mean the dat...
636
If you rent a Windows VPS, it is very likely that it will be already all set up, and that you will have to manage it through remote desktops. So you simply have to do like you would in your normal PC,...
161
I have been browsing the SA:MP forums alot lately, mostly reading people's comments, and found that most people is having a curious misconception of what a database is. Here are a few examples : Quote...
636
Quote: Originally Posted by jameskmonger Well the basic outline of the project is that its an online puzzle "game" where the staff will interact with the players but the staff will act as ...
208
You can't use "normal" commands along with y_commands, you'll have to make a choice.
66
Is the mouse appearing when you press KEY_FIRE? If not, try and make a command for the TextDrawSelect, and tell us if the mouse does appear.
230
Quote: Originally Posted by Sanady I did what you guys says to me but nothing still not working Anyone can help me fast?? Need help fast! Better use this : pawn Код: #define PRESSE...
230
Like SaYrOn said, you have to set the TextDraws selectable (TextDrawSetSelectable(handle, 1);, also, make sure not to mess too much with the size of you TextDraw (TextSize, LetterSize, BoxSize ...), o...
230