Search Results
I'm sure, I did set up even the webserver on the other IP and that did work. I noticed that the server does work, even in a server monitor that I made in the web, but I can't see the server on my favo...
166
Hi! I have 2 servers on one Linux box. The linux has 2 IPs and I want to have those IP on each server. The thing is that for some reasons it doesn't work right. It is impossible to see the 2nd server ...
166
But wait, isn't "returning" something else from "calling"? I mean, the script actually calls OnPlayerUpdate every time the timer runs... I don't know on what conditions OnPlayerUpdate returns 0, but I...
266
if I understood right then this should work, but it doesn't: In a timer: Код: foreach(Player, i) { new check; check = OnPlayerUpdate(i); if(check == 0) { SendClientMessage(i, COLOR_BRIGHTRED,...
266
I just found that (well of course they do, just that I didn't think of it) timers go on even when players are paused. I have a script that allows position change after the timer ends, but when falling...
266
Isn't it skipped from calling also when player isn't moving?
266
Hi! Is it possible to detect if player has pressed ESC?
266
Hi! I have a quite large file with text, each text line is devided by \n or simply enter. How can I read a random line from the file?
80
Hi! I wanted to ask about vectors... how do they work? As I remeber from my sleepy math classes then vectors are lines with starting coordinates and endind coordinates, but from useless physics classe...
78
Hi! I'm not a fan of this kind of music, but this song because of the video is still in my head The song is something like electro (you know, those funky sounds), but I don't recognise genre so the s...
142
Hmm, weird, didn't work: GameTextForPlayer(playerid, "~", 0, 1); I got a gametext "BIKE"... from where?
134
Hi! Is there any known crash cmd, that can crash a player in 0.3? In 0.2X this was possible with creating playerobject with a modelid that doesn't exist, but now there is a check for that.
134
Hi! I just noticed that in my server that I have missing some checkpoints. This wouldn't be weird at all if these were script checkpoints, but I'm missing ammunation, transfender and other checkpoints...
46
Hi! I made a simple voting system that allows to input question and answers (up to 4, 2 are optinal). The problem is that the last string comes up wrong in a dialog, I have no idea why! Little more sp...
89
Just because a column has a name 'ip' doesn't mean it is a string. Here is an example value: 142487xxx SELECT INET_NTOA(ip) FROM table2 = 80.x.x.x http://dev.mysql.com/doc/refman/5.0/...tion_inet-nt...
92,774
Sorry, forgot to add the [MAX_PLAYERS], but I already have it in the script. Actually that isn't the point. I do think that this is because of IsPlayerConnected on the top, but that helps me avoiding ...
87
Is there a better way to check if player is spawned? Currently I have spawned=true; inside OnPlayerSpawn, but there is a problem with it... not always it seem to go back from false (inside OnPlayerDea...
87
Hi! Is OnVehicleStreamIn called for every player even if a vehicle is already streamed for another player? I don't know why but the vehicle lock doesn't work well, it only works if a player which has ...
47
Hi Dreft. I'm also interested in this, because we actually have similar languages and similar letters :P But as far as I know then GTA with SA-MP doesn't understand our letters well (only in some case...
92,774