Search Results
it's not a SA-MP bug but it's the tracker. seems they show your server slots MOD 256
177
Quote: Originally Posted by Ookami How 2 fix it? Never happened before do you have mutiple ips on the system ? if you don't delete "bind [IP]" from your server.cfg and if you do add/mo...
223
The problem should be with your internet connection.
119
Quote: Originally Posted by Thomash Hi, i want to make samp server hosting on my VPS: RAM 512mb SWAP 1024mb Unlimited traffic 2000mhz CPU and i want to know, how many online player it ca...
87
Quote: Originally Posted by DJDhan Under OnPlayerConnect Код: new str[128]; format(str,128,"/snow"); CallLocalFunction("OnPlayerCommandText", "is", playerid, str); Might work. OnPla...
218
Quote: Originally Posted by Sascha haha...lol I will try that at /login: SendRconCommand(login xxxx); Won't work. Just on player command add a command which can check if player is ...
192
Replace GetPlayerPos(playerid, X, Y, Z) GetPlayerPos(playerid, &X, &Y, &Z) if(X=246.4694 && Y=118.5366 && Z=1003.218 if(X==246.4694 && Y==118.5366 && ...
181
Quote: Originally Posted by Flashy Replace that in line 332: pawn Код: if (strcmp(cmd, "/help", cmdtext, true, 10) == 0) That will fix you one error, about that both do this ret...
109
Quote: Originally Posted by eblood1 hii all what i could use for the pwn on the firs number? Scripting Basics @ https://sampwiki.blast.hk/wiki/Main_Page
103
Quote: Originally Posted by Brunow I created a map of the race, so that the cars before loading the map. What can I do to load the cars after the map? Spawn the cars higher than your ma...
102
I have searched for it, but nothing found... Is there any list that you know ? I need something similar to the following: VehID = 400 Type = Bike VehID = 401 Type = Truck
61
number of arguments does not match definition : Function(int a, int b, int c){ return a+b+c; } Seems you used Function(1, 2) or you used Function(1, 2, 3, 4);, but you must use Function(1, 2, 3); ...
65
Install Wine and check if it works fine with it.
178
Quote: Originally Posted by DJDhan You mean OnPlayerCommandText? Yes if you have the function in your gamemode script, it will be called. thanks man also one more question Can i use Is...
76
does OnPlayerText get called in my gamemode script if i have a npc in my filter scripts ?
76
uploadffs removed both links, delete the links
93,656
today i used to see who have biggest post count so i got to http://forum.sa-mp.com/index.php?act...=posts;start=0 i see Seif_ with total 7018 posts and Don Correlli with 6659 posts. but let's click o...
58
Quote: Originally Posted by [N BL!nk ] Seems like a solid project, hope you release it! lol i was thinking about it. still i am developing it. if i see more people need it, then maybe i ...
1,975
Quote: Originally Posted by ettans It's easier to write your projects in PAWN than in C++, but C++ is a lot faster. we just can't say which is easier... Quote: Originally Pos...
1,975