Search Results
AWS can be extremely expensive. You have to pay for bandwidth, hdd storage usage, backups and more. It's powerfull AF ( in terms of what you can DO - NOT compute power ( per/$ ) ), but you have to kno...
761
Quote: Originally Posted by silvan Hi, I got a problem in my script, which the problem is as follows, I have a notepad textfile called importpickups.txt and I'm trying to read these out e...
3,515
Don't use garbo server hosting. SAMP server runs faster on linux, due to limitations on windows. EX. mysql and SQLlite. So if your server runs worse on linux, you should upgrade. What server hosting d...
111
If you want to make your life ez in a long run, don't use Vehicle Models, use vehicleid's. In this case modelid might be good enough, but don't get used to it. Yes, You need OnPlayerEnterVehicle; Yo...
739
Quote: Originally Posted by Jaua10 i JUST NEED TO REEMPLACE MI CODE WITH THIS? No, seperate this into two format's. format(string, sizeof(string), "Report from %s (ID: %d) has reported...
191
Quote: Originally Posted by Y_Less `u` and `r` are different, but both valid. Yes, `u` supports npc and `r` does not. Off topic: is `r` a bit faster/slower or the same ?
191
It's format. format(string, sizeof(string), "Report from %s (ID: %d) has reported %s (ID: %d)", "Reporte de %s (ID: %d) a reportado a %s (ID: %d)", sender, playerid, receiver, id); Also, in sscanf us...
191
When you load that data to your samp server and show it to player with SendClientMessage or Dialog is that text in Bulgarian or "gibberish" ?
761
(h) it. Is it's possible to increase include file limit, what i mean is that it's limited to 30 caharcters. Ex: (Works) #include "A/BC/ZXC/Asdfghjklzx/Abc1.pwn" #include "A/BC/ZXC/Asdfghjklzx/Abc2.pw...
938
Quote: Originally Posted by Y_Less Actually the bug is the fact that TogglePlayerSpectating skips class selection, which puts you in a bug state. The fact that other things don't work fro...
1,557
Quote: Originally Posted by Variableā„¢ And what would you do with the 4GB ram? It's just the same. I personally don't prefer putting all my shit in one place, so if the VPS encounters iss...
1,736
LAMP is uses about 520 (Debian 6, 7) and 800mb on Debian 8, and about 1 GB on Debian 9, ( ram ) Samp is mostly single threaded, so you should be fine with 1 core. ( depends on plugins you use ) You c...
461
$13 for 100 slots server is really expensive, just get VPS server, for $13 you can get 2 core 4GB ram VPS.
1,736
Quote: Originally Posted by J0sh... This probably doesn't get set correctly (by that I mean the data GetPlayerInterior fetches) because you're in a spectating state. However, you SHOULD be...
1,557
Sorry i was busy, example code: Code: #include <a_samp> forward TIMER_SetInterior( playerid ); public OnGameModeInit() { AddPlayerClass( 1, 207.737991, -109.019996, 1005.132812, 269.15,...
1,557
Can't set player interior if player was never spawned. SetPlayerInterior returns 1 ( success ), but GetPlayerInterior returns 0. * I'm using spectate mode to avoid default spawn system, so it might ...
1,557
I love YSI lib, i can't imagine working without y_hooks, y_timers and y_groups/iterators. But i have a question, what is the limit of y_hooks, i know that there is one because i found topic about it a...
473
I had vehicle streamer in my drift server about 3 years ago and it was working fine. I think that you are using it wrong, you should only use it interiors/virtual worlds as "Static/Actor/Unenterable" ...
6,079
It's awful. Make it in GTA or moder style, this one looks like broken MS paint. Hars, but true.
2,073
Quote: Originally Posted by Sew_Sumi I'd say this has more to do with your script than anything. Have you tried it with Grand Larceny, and removed all your scripts out of the issue? Ok...
705