Search Results
1. Sometimes when player disconnect from server it writes all his variables on 0, I'm resetting player variables just under OnPlayerConnect, here
Код:
public OnPlayerConnect(playerid)
{
ResetPlay...
20
I have bug with textdraw, I've made textdraw box just inside this red frame, but box is going to the bottom of the screen, and that text WC: 0% shouldn't be there..
Image: http://prntscr.com/2to0jp
...
55
On the top of gamemode
Код:
new KillStreak[MAX_PLAYERS];
Under OnPlayerDeath
Код:
KillStreak[killerid]++;
KillStreak[playerid] = 0; // resets killstreak after death
Under OnPlayerDisconnect
...
49
This is problem:
Код:
[01:31:34] Loading plugin: mysql.so
[01:31:34] Failed (libmysqlclient_r.so.16: wrong ELF class: ELFCLASS64)
47
Result after nativechecker
Код:
[01:09:05] Error: Function not registered: 'mysql_log'
[01:09:05] Error: Function not registered: 'mysql_escape_string'
[01:09:05] Error: Function not reg...
47
I have problem with my gamemode on linux host
Includes
Код:
#include <a_samp>
#include <a_mysql>
#include <sscanf2>
#define FOREACH_NO_BOTS
#include <foreach>
#include <...
47
Can you please add skin objects, I mean, if I want to put PD officer in PD station to do that with object instead of NPC. I hope you understand what I mean. ( I took PD skin for example, I hope you wi...
6,907
I have changed Kuce/%d to Kuce\%d, but it didn't help'd.
27
Here
Код:
CMD:createhouse(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, ERROR" Samo RCON administratori mogu koristiti ovu komandu");
new Vrsta,
...
27
It create's file but it's not writing data in file..
27
I have problem with y_ini saving. I have command /createhouse and it should create file and write in it.
On my local server (home/house server) it work's, but when I put gamemode on host server(hostin...
27
You can check player Z coordinate.
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
if(!IsPlayerInRangeOfPoint(playerid, 20.0, x coord, y coord, z coord)) // derby map coord, Z is i...
28
I've tried with AttachDynamicObjectToVehicle, and now it look's like this
Код:
sub[0] = AddStaticVehicle(473, 391.2693, 337.8383, -0.0889, 37.0974, 1, 5); // Podmornica 1
sub[1] = AddStaticVehi...
29
If he does it this way, he is gonna ban himself.
Код:
CMD:ban(playerid,params[])
{
new targetid,reason[105];
if(sscanf(params, "us[105]", targetid,reason)) return SendClientMessage(playerid,yello...
28
I was trying to attach submarine to small boat and it doesn't work.
OnGameModeInit
Код:
sub[0] = AddStaticVehicle(473, 391.2693, 337.8383, -0.0889, 37.0974, 1, 5); // Podmornica 1
sub[1] = AddS...
29
It didn't helped :S
When player connect to server, it says:
Код:
[21:28:54] Incoming connection: 89.164.44.181:63103
[21:28:54] [join] Edward_Scott has joined the server (1:89.164.44.181)
[21:28...
18