Search Results
Quote: Originally Posted by Djean You cant update it, you just have to use the correct version then compile. That's what I was doing. It's the exact same one I was using on my Volt-Host...
67
No matter what I do, I get an error with the MySQL, and the server tells me that a file isn't being found. It tells me to update my MySQL plugin and recompile, which I have done. Multiple times. I'm ...
67
What script are you using? It's possible your script has some form of anti-cheat and that function won't work. Nothing seems wrong with the script. Search around for something else that gives a weap...
115
Quote: Originally Posted by RTR12 Guys, by the code, it says that it will heal the medic. The medic is to drive the vehicle. The vehicle is Restricted. Only Medics can drive it. I mean eve...
199
He's asking how to get rid of forumotion from the domain. You need to purchase a domain (typically they're around $10). http://www.name.com/ If you're going to be getting a domain, you'd may as well...
173
Try pawn Код: new x = random(128); Change the 'i' variables to 'x'.
187
'i' is not a random integer. You have to define it first (as the error says). pawn Код: new i = random(128); should work. Put that above. You can change the 128 to set the max number it'll rando...
187
Quote: Originally Posted by _Khaled_ check PHP код: TogglePlayerControllable(playerid, false);  OnPlayerspawn or OnPlayerUpdate They're not frozen. They can still move, it...
131
Quote: Originally Posted by stix Can't i just use get distance between players ? You could, but those both have the exact same results.
165
Quote: Originally Posted by linuxthefish Is there any code at all in OnPlayerUpdate? Yes. pawn Код: public OnPlayerUpdate(playerid) {    if(playerVariables[playerid][pTutorial] =...
131
Quote: Originally Posted by linuxthefish Are you sure it's everyone? If so, check if you are returning 0 in OnPlayerUpdate. It's everybody, I've asked them when it happens and they alwa...
131
Teach yourself like I did. Look at role-playing scripts and fiddle with them. That's a good way to learn.
125
Quote: Originally Posted by linuxthefish Then gtfo. OP, how much cpu is your server using when things freeze? I'm not sure. The next time it does it, I'll take a look. Everybody can sti...
131
pawn Код: if(strcmp(cmd, "/ra", true) == 0 || strcmp(cmd, "/pr", true) == 0)    {    new string[128];    if(PlayerData[playerid][LSPDRank] < 1) return SendClientMessage(playerid, GRAY, "Y...
165
Easiest way is to get the players coordinates (that uses the radio command), and create loop through all of the players. Check how close they are to the players coordinates (IsPlayerInRangeOfPoint(x, ...
165
Hello, everybody! My server is running great, although there is one issue that happens randomly. The server can go multiple hours without it happening, or it can happen in 5 minutes. It's completely r...
131
Quote: Originally Posted by UnknownGamer I need help doing this, haha, The graphical stuff is not loading rite, Anyone know why? As DryDesert said, you need to move the character closer...
187