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.
3,179
How do you do this unlimited algorithm?
Can you explain ?
904
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...
23
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_...
34
Код:
#include <a_samp>
#define MAX_NEWBIESMESSAGES (500)
#define MAX_MESSAGE_STR (518)
enum NewbieMessagesInfo
{
nMessage[MAX_MESSAGE_STR]
};
new NewbieMessageInfo[...
82
Код:
CarRespawn()
{
new bool:UsedVehicle[MAX_VEHICLES];
foreach(new i: Player)
{
if(IsPlayerInAnyVehicle(i))
{
UsedVehicle[GetPlayerVehicleID(i)] = true;
if(IsTrailerAttached...
60
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...
719
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...
719
How do I activate this in all players with the help of a new client?
719
Код:
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...
35
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...
24
Is it possible to execute actors with this plugin?
3,918
How can I block IP advertisements using this?
2,126
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...
60
I understand, thank you for your help.
3,949
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...
3,949
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 ?
3,949
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...
29
Код:
CMD:setvip(playerid, params[])
{
new string[200], id, level, days, fxVip;
if(IsPlayerAdmin(playerid) || pInfo[playerid][Admin] >= 7)
{
if(sscanf(params, "uii", id, le...
31
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.
2,457