Search Results
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...
114
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 ?
4,573
how?If you can create an active cmd and deactivate the anti proxy?
165
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...
165
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
87
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 ...
173
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
173
public OnPlayerText(playerid, text[]) { if(isenable && text[0] && answer == strval(text)) { new CName[24], string[128]; GetPlayerName(playerid, CName, 24); isenable ...
173
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. ...
85
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...
85
Try cmd .Chance variable admins CMD:admins(playerid,params[]) { foreach(Player, i) { new level[128],status[200], string[128]; if(PlayerInfo[i][pAdmin] >= 1) { ...
186
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...
145
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...
145
Help me convert this command to zcmd and sort it ,, Is this the good command? dcmd_winner(playerid,params[]) { if(event == 1) { ...
145
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]...
85
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 ...
152