Search Results
The SAMP launcher should receive an update check. In this way, people are aware of new updates and can switch to the latest version.
9,247
How do you do this unlimited algorithm? Can you explain ?
2,155
Functions do not work when I enter into the pickup. Can you help me ? Code: fonksiyon-> PickupYukle() { new rows; cache_get_row_count(rows); if(rows) { new id, yukle, sz[68 + 6 + 20...
56
Hi, the values I added in the iterator that I created appear to be empty. Can you help me? Код: new Iterator: BirlikArac[100]<10>; public OnGameModeInit() { Iter_Init(BirlikArac); mysql_...
123
Код: #include <a_samp> #define MAX_NEWBIESMESSAGES (500) #define MAX_MESSAGE_STR (518) enum NewbieMessagesInfo { nMessage[MAX_MESSAGE_STR] }; new NewbieMessageInfo[...
176
Код: CarRespawn() { new bool:UsedVehicle[MAX_VEHICLES]; foreach(new i: Player) { if(IsPlayerInAnyVehicle(i)) { UsedVehicle[GetPlayerVehicleID(i)] = true; if(IsTrailerAttached...
130
Quote: Originally Posted by NaS You could look into SAMP+ or other similar plugins to see how they did it. It also uses SAMP's RakNET connection to send their data. I'd suggest not sendin...
1,820
Quote: Originally Posted by Dayrion ^^^^ What I mean is that I want to combine this add-on with a client that I wrote myself and everyone presses the key detection. I think I need the R...
1,820
How do I activate this in all players with the help of a new client?
1,820
Код: new str[256], buff[10], id = 1, c = 0; foreach(new i: HouseKey[playerid]) { format(buff, sizeof(buff), "Key_%d", c); SetPVarInt(playerid, buff, id); format(str,sizeof(str),"%s[%d]\n",str...
137
Hi, I am developing a client for my own server. I want to send data to server using C ++ with RakNet. I did some research, but I could not get the results I wanted. I want to write a plugin in C ++ to...
57
Is it possible to execute actors with this plugin?
11,888
Hi, I am working on a code. The problem is if I go to a car in the area, I want you to throw me backwards. This is the code I'm working on, but I did not get the result I wanted. Can you help me ? I...
97
This encoding also I'm a little clumsy. If you have training videos more quickly I can learn. I'm waiting for your help @AwareWolf Код: using System; using System.Collections.Generic; using Syst...
36,699
Hello again, is it possible to remove removebuildingforplayer limit with this plugin ? Also I want to make command when I am getting error in the command section. How do I resolve this problem ?
36,699
Hi, I made a progress bar. The Textdraw post is at the bottom. How can I solve this problem? Code: HizText[playerid][0] = CreatePlayerTextDraw(playerid, 294.216827, 399.999938, "0/Km"); PlayerTe...
105
Код: CMD:setvip(playerid, params[]) { new string[200], id, level, days, fxVip; if(IsPlayerAdmin(playerid) || pInfo[playerid][Admin] >= 7) { if(sscanf(params, "uii", id, le...
171
Hello again, I found a mistake. My objects are not loaded when I try to get data via mysql. I installed the original plugin and it worked fine.
6,300