Search Results
Under OnPlayerSpawn pawn Code: if(JailTimer[playerid] > 0) //do your jail timer here if > 0    {     PInfo[playerid][pJail] = 1; //send player to jail    } that if you already save jail ...
100
Detect Who Attempted Login Your Rcon 2 Times Hey, This is a little tutorial to show you how to detect if someone attempted to login with your rcon with deception him, give him a wrong password, if he ...
295
Hey, I Tried to remove or change the rcon attempte error msg(Bad admin password. Repeated attempts will get you banned) but i don't know how please can someone tell me how to change or remove it ?
81
With Using y_ini enum : Kills, Deaths, under public LoadUser_data(playerid,name[],value[]) pawn Код: INI_Int("Kills",PlayerInfo[playerid][Kills]);INI_Int("Deaths",PlayerInfo[playerid][Deaths]); ...
117
i found this Include: https://sampforum.blast.hk/showthread.php?tid=321533 #define IP_LIMIT 3 // 3 players can connect from same IP
147
I Have This Code in my script but MAX 1 Account on 1 ip (anti Multi Acc) Put it in Your Register Function: pawn Код: new pIP[18];GetPlayerIp(playerid, pIP, sizeof(pIP));new string[64];new File:ex...
147
Quote: Originally Posted by SKAzini https://sampforum.blast.hk/showthread.php?tid=192514#3 A little searching doesn't hurt. https://sampforum.blast.hk/showthread.php?tid=192514 Quote...
214
how to convert count down seconds to minutes Example: instead of 80 seconds show player contdown like this 1:20 i have this pawn Код: format(string, sizeof(string), "~w~TIME LEFT~n~~r~%d", Prison...
214
copy it here.. Do you have ZCMD include ?
229
like you want like me i did my cmds codes under pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    return 0;}//here....
229
pawn Код: CMD:goto(playerid,params[]){new pname[MAX_PLAYER_NAME],aname[MAX_PLAYER_NAME],string[128],id; /*Creates the player's name to teleport to, and the admin that initiated the command, and th...
229
Download Streamer.dll 0.3z version and re-compile gamemode or filterscript.
152
How To add pInfo[playerid][IsRegistred], pInfo[playerid][IsLogged] to my GM i already have login/register but idk how to add this.
88
you can make it with y_ini pawn Code: //for examplpublic OnPlayerDisconnect(playerid){INI_WriteInt(File,"Jail", PlayerInfo[playerid][IsJailed]);...public OnPlayerSpawn(playerid){if(PlayerInfo[player...
114
Download https://sampforum.blast.hk/showthread.php?tid=249226 It'll tell you what plugin is missing from your server!
165
Here must have size: Код: SetPlayerCheckpoint(i, checkpoints[j][0],checkpoints[j][1],checkpoints[j][2],checkpoints[j][3]); For Example: pawn Код: (playerid, Float:x, Float:y, Float:z, Float:si...
75