Search Results
I have a problem with the IRC bots disconnecting here. What I found that was using 'IRC_Quit' causes the entire server to hang up. This does not happen on v1.3.1, but does happen on v1.3.5. SSL is not...
20,750
SetPlayerArmedWeapon will work. However, hackers might get around that one day. Try this as well - hackers won't be able to break this. I don't recommend it for normal use though - it can be exploited...
287
Use IsPlayerNPC. Example: if (IsPlayerNPC(kickid)) { SendClientMessage(playerid, 0xFF0000AA, "You cannot kick an NPC."); return 1; }
76
I was in his passenger seat when he modded his car, so I guess I was streamed in. As usual, the vehicle disappears as the vehicle is being modded (which may also bring the vehicle into an interior). A...
231
Quote: Originally Posted by BeckzyBoi I don't see how it is a sync problem... Slick is driving his vehicle on his screen, but to me it's staying in that one spot. It's a sync problem.
231
The vehicle used was an Admiral (ID 445), and was modded at the Transfender in LV. After modding this vehicle at Transfender, the vehicle's sync breaks. If the person seeing this bug reconnects to the...
231
> EDIT: Those new string commands bring up an Argument mismatch error. I was assuming the variables 'ownCar1owner' and 'ownCar2owner' were strings, since a string is what you're reading. Right now,...
2,202
Code: ownCar1owner=None ownCar1x=1098 ownCar1y=-1774 ownCar1z=13.4 ownCar1f=268 ownCar2owner=None ownCar2x=1098 ownCar2y=-1768 ownCar2z=13.4 ownCar2f=268 As far as I know, floats must not be alone, ...
2,202