Search Results
If you never try, you never know. I mean, you have to start somewhere to become someone, right? How do you think everyone else started? That they just looked at it and learned in no-time? No, I don't ...
118
Make sure that you're using the same port when you join the server as it is in the server.cfg Maybe you've changed your port in the server.cfg, therefore you need to join 127.0.0.1ort <-- displayed...
254
Quote: Originally Posted by [..MonTaNa..] Other players won't be able to connect to his server with the IPv4 address.. That is not what I said, I told you to put that in the input of yo...
304
The part that you can't get working. If neccessary, show the whole part for the login/register.
204
What you could do is, press on start, write in "cmd" and then write "ipconfig" and press enter. Scroll up and check your IPv4 Address, it's usually something as: 192.168.0.x That's what you write in t...
304
You'd have to show that part of your script for us to help you. If you do not provide this information, it will be impossible for us to help you, except for that we download it, but that's nothing we ...
204
Edit the server.cfg - Change the port to e.g. 8888 or 7778, something around that. Then try to run the server again, should work. It could be possible that you had one instance in the background that ...
226
I don't think anyone knows except for the actual developers of SA:MP. However, they could just as well name it 0.3.5z <-- an example. But the most obvious one is 0.4a Hah, let's see how that goes.
206
There's obviously a mistake with the MySQL, you have either failed to link it or there's an error in the MySQL scripting. I'm not experienced with MySQL, so you'd have to wait for someone else to tell...
92
Are you sure that you've created a database for the server? Otherwise the MySQL won't work and you get error 19.
92
You could also use: Код: if(strcmp(cmd, "/anexample", true) == 0 || strcmp(cmd, "/ae", true) == 0) // /ae is a shortener for /anexample { if(IsPlayerConnected(playerid)) { ...
103
It's a sign that you have too many errors in that script. Try to cut off parts of it and save it somewhere else. Then try compile again, it shouldn't do like that, a few errors should appear, fix them...
207
Quote: Originally Posted by Konstantinos Have you declared ConectarNPCS as variable instead of a function? I ran: pawn Код: new ConectarNPCS;public OnGameModeInit(){    ConectarNPCS...
132