Search Results
Quote:
Originally Posted by Mobtiesgangsa
The problem to this Bug is i register perfect it stores my HP 100 when /relog HP is saved but there is 1 problem if i fell in ground trying to rel...
212
1st>>>>
This is easy and simple + good job
1,169
Quote:
Originally Posted by Zeus666
if(available == 1)
set it if(availabel = 1)
221
try this
PHP код:
CMD:getpt(playerid, params[])
{
if(PlayerInfo[playerid][pLeader] == 3 || PlayerInfo[playerid][pFaction] == 3)
{
new string[128]...
221
Quote:
Originally Posted by GeorgeLimit
How to set player score in game and Admin level in game?
that is only login/register system not admin system
but here you can use this commands...
34,374
Try this
PHP код:
#define ADV_TIME 120000CMD:advertise(playerid, params[]) { new string[128], name[MAX_PLAYER_NAME+1]; if(sscanf(params, "s[128]", params)) return Se...
143
Quote:
Originally Posted by KamilPolska
Okay. It works. CMD:ban works well with BanReason. Only there is a problem. Player will register and the PlayerName.ini file is created.
Ban=0
BanRe...
335
Quote:
Originally Posted by doodlebob666
Whenever I have a zcmd use in more than 1 filterscript file, the first filterscript that loads with a zcmd renders the next file useless, because i...
215
Quote:
Originally Posted by KamilPolska
It's good for me. Only there is a problem, the player leaves /q and changes from BanReason=None to BanReason=
Код:
CMD:ban(playerid,params[])
{
...
335
Quote:
Originally Posted by RogueDrifter
Thats why you should never make your rcon pw 123456.
my rcon password is always in @Aa9 in all characters + 10+ character password
1,015
Quote:
Originally Posted by RogueDrifter
Server.cfg -> rcon 0
Problem solved.
this problem not get solved this happend alot with me
i did rcon 0 but still that person getting my pas...
1,015
Quote:
Originally Posted by RANGER44
Looks pretty awesome, however I didn't tried yet, Good job Pro!
thanks.
1,015
Introduction
I am making this tutorial for those people who are getting attacked by rcon crackers.
So lets start....
Code:
public OnRconLoginAttempt(ip[], password[], success)
{
if(success)
{
here...
1,015