Search Results
Bumping this one instead of making a new topic...does anyone have any idea how to do this?
77
Hm, I'll keep playing with it, and if I see what went wrong on my end I'll post it here. Thanks for all your help, I really appreciate it.
288
Still falling into the abyss. I'm sure that this is possible but I am at a loss.
288
I was making the temps into global variables, when I realized; no matter whether they are local or global when I set p[]=variable, it rearranges p[]'s value to be the value of the variable, which is 0...
288
@exora, I originally tried that, and it gives an error. I think you have to store the p[#] in a variable before it can be equivalent to something, thus the tempx,y,z. @_Xeres_ It didn't work, I still...
288
I'm attempting to make two commands, /mark, and /recall. /mark gets your current position and saves it. /recall sets your position to the saved /mark location. When I type /mark, everything seems t...
288
Is it possible to script a command such as /mute [id] so that a single player may ignore a specific player? Ex: Player 1: /mute 2 Player 2: I hate player 1 (in main chat) Player 1: [does not see play...
73
Sorry for the double post, but....nothing?
77
I am running a heavily edited version of LVRCR, but we are still using the initial dudb login system. I am trying to create a dialog register/login, but it's evading me, could anyone give me a hand a...
77
Sorry for the Double Post, Just bumping for an answer.
88
Okay, I have it set to also let the receiver know that they can turn off pms with a command. However, when I pm myself on a test server, I only receive that message, not the pm that I initially typed....
88
Ah lol, didn't think of that. Is there anything I need to add under the: pawn Код: public OnPlayerPrivmsg(playerid, recieverid, text[])
88
Quote: Originally Posted by jamesb93 This should work pawn Код: if(!strcmp(cmdtext[1],"pm",true,2))    {    if(!cmdtext[3]||!cmdtext[4])return SendClientMessage(playerid,0xF8DA07F...
88
I have this as my /pm command. It compiles without error. However in game, when i try to send a /pm, it always tells me Usage: /pm (id) (message). Can someone help me out in finding what is going wron...
88
Thanks a ton guys, the most I was looking for was a 'yes' or 'no', but you guys went as far as to post the code :P Thanks for saving me some time.
115
Lately, a few of our members are using the '2-shot' reload bug on the sawn off shotguns. They run around and DM, on our cops and robbers server and present a huge disadvantage to the other players. ...
115
Lol thanks for your reply, I actually had just tried that before I read your post, but again, Thank you very much for your help.
56
Recently, we have added a 'Car Jacker' Class to our server. The point of this class is to hotwire, and drive a player owned car to a checkpoint where the car is sold. This all works great, except for ...
56
It is supposed to, but it just lets me drive off immediately if i choose the Car Thief class.
77
I've been scripting a Car Thief class, and I cannot seem to make the timer (for when the thief enters a player owned car) work. What should happen is that the Thief enters the owned car, and then a 3...
77