Search Results
Quote: Originally Posted by vMapper Then, contact Vortex servers about this, whether they can or do hosting in the Internet' list Yeah, I have, no response yet.
209
After searching the exact Mode and Map of my server for an hour and nothing coming up? I wouldn't be so sure.. Also, I've checked on several server monitor sites, and this is what is tells me: Publ...
209
My server runs off of VortexServers (yeah yeah I know). I purchased a decently large server, 50 slots, no big deal. I put in all my files, fixed up the server.cfg, and the server is able to be connect...
209
Quote: Originally Posted by dr.lozer GetVehiclePos(GetPlayerVehicleID(playerid), x,y,z); SetVehiclePos(GetPlayerVehicleID(playerid), x,y,z); i think this will work Coz i saw this on money...
153
Basically, here's what I want to do. If a player's vehicle is at LESS than 250 degrees or greater than 130 degrees on the Y coordinate, the car flips. Here's my script. pawn Код: if (newkeys &...
153
Let me give you an example. pawn Код: command(enter,playerid,params[]){    if(GetPlayerState[playerid] != PLAYER_STATE_DRIVER) // They're NOT in a car    {        //SetPLAYERPos, not SetV...
76
So, I'm getting these two lines when my server's running: Code: 8:31] [debug] Accessing element at index 40 past array upper bound 39 [17:28:31] [debug] Run time error 4: "Array index out of bound...
85
Yes, I apologize, it's 3:30AM over here, kinda half-asleep scripting, just going with the flow hehe. Thanks so much, I appreciate it.
90
Quote: Originally Posted by JaTochNietDan The issue is that you're not using the function GetPlayerIp correctly, it doesn't return the IP address as a string. It stores it in the second pa...
90
Well, the script doesnt see a new OnMasterSystemInit anywhere. That's all it is from what I can see.
135
So, I'm just touching up my account save system, and adding the IP seemed easy, just using dini_Set. Weelll, when I got done, I looked at my .ini file, and oddly enough, it showed me that my IP variab...
90
So, I'm working on a command here, that bans a player if they're offline, basically checks for their account and then sets their Banned variable to 1. But, unfortunately, doesn't work. Crashes my serv...
55
Well if you don't want it to be respawned, that's your only choice. On this wikipage: https://sampwiki.blast.hk/wiki/AddStaticVehicleEx, it says that "This function can only create vehicles in the On...
146
Well, when I use AddStaticVehicleEx, I set the respawn_delay to 6000000. Basically, 6 million seconds. Doing the math, that would be 100,000 minutes, or 1666 hours, which would be about 70 days, and I...
146
Can you not read the Filterscripts and work off of those? That would seem the easiest thing to do, then, if you honestly can't comprehend what the FS is doing, post here for help.
59
Quote: Originally Posted by LadyNyuuu Try to use this, i fixed it a little bit. Your mistake was: > Starting Timer more then one time, for everyone near you. > Resetting the Timer i...
92
Err, so I may have posted something similar to this earlier, but I've got a new bug. I do /countdown, it counts down fine, but if someone else is near, it bugs the timer, affecting the countdown. ...
92
Well, I tried doing it, just returns with Unknown Command.
74
EDIT: Fixed, made a really noob mistake on my part. Apologies.
74