Search Results
Thank you very much guys. I'll try it, if I have any problems I'll post here.
128
Hello guys, I am working on a new thing in SA:MP, but I got stuck in some kind of strange problem. So, my problem is, I need to find two object's intersection point. Namely there are 2 objects which...
128
It is not possible in SAMP. You can place tracks, but you cannot add a tram on a custom track.
86
I think you should try a bigger string.
177
Ahn just open photoshop (if you don't have it - http://pixlr.com/editor/), open color picker, click on the picture and profit.
176
Do you need HEX or RGB color? You can use Photoshop's or Paint's pipeta (or eyedropper tool) to get a color ID from a picture. And after you have the color you can check it's RGB or HEX ID:
176
You should try this. Код: stock GetDate(playerid) { new Year, Month, Day, string[124]; getdate(Year, Month, Day); format(string,124,"%d/%d/%d", Day, Month, Year); SendClientMessage...
64
Have you tried this anticheat?
84
Can you show me a log? And have you enabled MYSQL debugging?
164
You should add at least one 'AddPlayerClass'. If you don't add any, it can cause this problem.
138
You should try this. I've changed GetVehicleModel to GetPlayerVehicleID. Код: { new vehicleid = GetVehicleModel(vehicleid); if(!IsPlayerCop(playerid)) return SendClientMessage(playerid, 0...
131
Excuse me? I don't understand your question. Can you tell exactly what do you want?
84
Код: public OnGameModeInit() { SetTimer("MinigunSpawn",60*(60*1000), true); return 1; } forward MinigunSpawn(); public MinigunSpawn() { for(new i = 0; i < MAX_PLAYERS; i++) { ...
81
Well it's based on an original idea. I think this is the most important thing.
261
I've contacted the host and they have no idea what can cause this problem. The server is port forwarded and seen from favourites. But still unseen from 'internet' and 'hosted'.
233
Okay thank you. I am going to contact them. But one more question. Does the server's R'X' version matter? Can it cause this problem? And how can I check the R's version?
233
We had an another server from this host and It worked without this (or any) issue.
233
Thanks for the reply. Yes, I did it. The server is running (since yesterday, without any stop), but still unseen. First I tought master server needs to refresh, but one day has passed and we still ...
233
Hello, Yesterday we have rented a server from a host and we have a small problem with it. The server runs great, plugins, filterscripts, gamemode loaded without any issue, but if I load the 'internet...
233