Search Results
There's a server, where a spectator can see where a player is aiming at. Whenever a player holds down mouse2 (Or any other button that makes the player aim down), and object appears at that direction ...
76
Quote: Originally Posted by Aly If you're talking about my suggestion then you are right, mysql won't have any problem storing that information and it's easy to manipulate. I guess so, ...
119
Hmm, maybe. It was something I had in mind. I'm guessing mysql will have no problems storing this much skin data if lots of players are going to have lots of skins unlocked.
119
Here's the thing, I want to create a system in which you can purchase and unlock almost any skin you want, but I have no idea how will I be able to save the unlocked skin data, storing the data ingame...
119
Won't help much when the ip is changed or someone else decides to do it. I've seen some servers where it's not really possible to do that.
71
I've been having some problems with people joining in with bots. The worst part is that they can name their bot as an offline admin and because of that they are the admin and can abuse the commands. I...
71
Hello everyone, I am in a need of some help/advice. I am trying to make a vehicle ownership system, I am using mysql by the way. The player can only have a maximum of 3 vehicles, and the vehicles must...
53
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) none on /dev type devtmpfs (rw,nosuid,noexec,relatime,mode=755) none on /dev/pts ty...
306
Ok, just tired it with root, also tried re-running it with sudo and tried giving it permissions. Same stuff. Are you sure this problem is just related with permissions? Or something else can cause thi...
306
Yes. As I said, I have tried everything. Any other ideas?
306
So i've been trying to launch this server. Using Debian7 by the way. I keep getting this error: nohup: ignoring input and appending output to `nohup.out' nohup: failed to run command `./samp03': Perm...
306
I'm trying to make this sort of "Inventory" system using dialogs, is it possible to make an inventory system using dialogs? Is it possible to check the string of the listitem?
51
YES, fixed it. Thanks to dusk over there, I noticed that vehicles are spawned with the same ID, meaning that pizzaboy AND sweeper = 0, so if you spawn a car and your other car is already present, it g...
193
Yeah, I noticed it later after posting, it was supposed to be pizzaboy, but now it's different. But I still keep having the same problem.
193
Aw man guys, I've been messing around for hours. Anyone has an idea?
193
Nope, still the same. Any other ideas?
193
Can anyone give me an idea on how to make a pickup, that when picked up it spawns a vehicle that nobody but you can enter it. What I tried doing is creating a variable, let's just say pizzaboy[MAX_PLA...
193
Quote: Originally Posted by Michael@Belgium Try this pawn Код: for(new i = 0; i < sizeof(pizzaboy); i++){    if(IsPlayerInVehicle(playerid,pizzaboy[i]))     {        //Do s...
159
Alright, when the server starts the pizzaboys are created, so I get: 28 29 30 31 32 33 34 35 These are the ID's of the pizzaboy vehicles, and now when I enter one I get: 28 29 30 31 32 33 And what...
159
So what I'm trying to do are faction vehicles. I created a new variable. Код: new pizzaboy[8]; And I assigned them to those vehicles Код: pizzaboy[0] = AddStaticVehicleEx(448,202.1516,-155....
159