Search Results
Example please?
177
hello guys I have a problem update the server 0 3 7 change the pawno and includes for the new ones and I do not walk the temporary textdraw of the server. I was trying and change the a_samp by the 0 3...
177
Quote:
Originally Posted by Ubi
Here is the source code: https://ubi.livs.pl/samp/samp_prot_ver2_s.zip
is compatible 0 3 x and 0 3 z ?
6,842
how?If you can create an active cmd and deactivate the anti proxy?
238
It is possible to activate and deactivate with this command rcon modifying this anti-vpn fs
#define FILTERSCRIPT
#include <a_samp>
#include <a_http>
#if defined FILTERSCRIPT
public OnFi...
238
Blocking Ip due to a 'server full' attack (2)my server was being attacked and I server is shutting down someone knows how to fix my server 03x
134
Quote:
Originally Posted by Kasichok
1. You probably defined the colors wrong
PHP код:
#define COL_WHITE "{FFFFFF}"
#define COL_GREEN "{00FF00}"
2. Here is the fix
PHP ...
243
Quote:
Originally Posted by Kasichok
Why do you send the whole code? why not just the error line?
what marks the error as ERROR LINE
243
public OnPlayerText(playerid, text[])
{
if(isenable && text[0] && answer == strval(text))
{
new CName[24], string[128];
GetPlayerName(playerid, CName, 24);
isenable ...
243
Quote:
Originally Posted by ComDuck
What do you mean by disabling SetPlayerTeam? And you can modify your getall command to include a parameter that allows you to teleport specific teams.
...
131
hi guys a question how do you disable setplayerteam after dying in a event? and it is possible to modify the getall to bring the team H example
#define TEAM_Z 1
#define TEAM_H 2
CMDetr(playerid,par...
131
Try cmd .Chance variable admins
CMD:admins(playerid,params[])
{
foreach(Player, i)
{
new level[128],status[200], string[128];
if(PlayerInfo[i][pAdmin] >= 1)
{
...
259
and so it is correct to order it to the cmd
CMD:frist(playerid,params[])
{
new price, winner;
if(PlayerInfo[playerid][Level] < 6) return SendClientMessage(playerid,red,"ERROR: You are not a...
257
ready Do you see it right to the command?
CMD:winner(playerid,params[])
{
if(event == 1)
{
if(IsPlayerAdmin(playerid))
{
new price, winner;
if(sscanf(params,"ui",winner,price)) return SendClientMessag...
257
Help me convert this command to zcmd and sort it ,,
Is this the good command?
dcmd_winner(playerid,params[])
{
if(event == 1)
{
...
257
hello can you help me as I can make each team have their color and skin and sea balanced the amount of equipment when they enter in ceathmach
#define ATTACK 100
#define DEFENCE 101
new SetTeam[][2]...
126
Quote:
Originally Posted by Kaliber
This code seems completly correct.
Get it called?
Maybe print it or look in crashdetect if there are some errors
What I want to say is if it can ...
219