Search Results
Hi, I have the car system which you need to buy.. and there is another cars for free. I'm using Код: new PCAR[ MAX_PLAYERS ]; for bought car, how to prevent this for the free car? The car which y...
49
Quote: Originally Posted by Kaliber PHP код: gettime() + (60*60*24*30)  What to do? pawn Код: GetPVarInt(playerid, "VIP") = gettime() + (60*60*24*30); Код: err...
116
Hi, I know that this Код: time() + (30 * 24 * 60 * 60); is PHP code but how to do that using pawn because I want to make date with +30 days until you can use admin or VIP..
116
So.. here it is: Код: [13:18:03] [Joined] ust_Toxby (78.60.30.253) (NETHERLANDS) [13:18:06] [debug] Server crashed due to an unknown error [13:18:06] [debug] Native backtrace: [13:18:06] [debug] ...
185
Quote: Originally Posted by Huba https://sampforum.blast.hk/showthread.php?tid=262796 only need to upload this plugin? And then, where I can see the crash?
185
Quote: Originally Posted by Jamester Hmm, have you ever thought of using crashdetect? Looking at the server log? Okay, how to use crashdetector?
185
When I changed my server version to 0.3.7 the server shuts down when someone joins but not all the time.. previously everything was fine.. What's going on?
185
Hi, I don't know how to check if player is in this zone: GangZoneCreate(-2244.038, -281.7203, -2070.217, -25.29763); What function should be used??
81
Hi, I don't know how to do that.. If player crosses the boundary of gang zone than him shows for example "This is the grove streeet zone". And one more thing, If player was killed a color is flashing ...
136
Quote: Originally Posted by CalvinC Something like this: pawn Код: if(GetPlayerVehicleID(playerid) == elegy); GetPlayerVehicleID will get the vehicle ID that a player is in, so it basi...
108
Hi, I need to check a specific car with if(.... but I don't know how. I'm thinking like this: pawn Код: elegy = CreateVehicle(558,-170.4869,43.2909,4.8867,340.1460,1,255, 10000); // car And ho...
108
Hi guys, I have this one and it works fine: pawn Код: SetPlayerScore(playerid,GetPlayerScore(playerid)+6); But now I need this code (below) to change like previous code with +6 :/ pawn Код:...
56
No no, I have all the script that's a part of this.. I need verification these things where I said.
127
When a player is in motion and he clicks the ESC button the afk system does not work. But if a player is standing and he clicks ESC it works. The same problem is with player who is in the water but t...
127
Hi guys, I need to convert the time from minutes to hours.. For example: 68min --> 1 h. 8 min. I have this one: pawn Код: TimeConvert(seconds){    new tmp[16];    new minutes = floatroun...
72
Now everything is correctly, thank you!
78
Hi, sometimes it works fine, but once in a way everything shows in the first line.. Where can be problem in this code? pawn Код: COMMAND:admins(playerid, params[]){new string[800], count=0;    ...
78
Hi, I need more information.. for example: Код: Your position is 47 with 145 EXP. pawn Код: mysql_query("SELECT Name,EXP FROM users ORDER BY EXP DESC LIMIT 10");mysql_store_result();new    ...
49