Search Results
Code: if(PlayerInfo[playerid][AdminLevel] > 0) { else if(IsPlayerAdmin(playerid)) { admrank = "{FF0000}[RCON Admin]"; } else...
272
it should be like somehow like this. "SELECT playername, money FROM accounts ......"
167
I will not give any explanation just download it and try it. Thanks Download link: http://www.mediafire.com/download/4x...4z4/Mining.pwn +1 Rep if i help you any questions? pm me
567
Some typographical errors. The link of Admin Commands is in 'USER COMMANDS' and User Commands is in 'Admin Commands'
2,804
Try to replace Код: PlayerInfo to Код: pInfo Try it.
109
Maybe try to put some variable.
151
Quote: Originally Posted by ToiletDuck pawn Код: SetTimerEx("DelayedKick", 1000, false, "d", giveplayerid);// dont use 250ms might still dont receive SCM when it comes to a slow intern...
124
Quote: Originally Posted by ToiletDuck 250ms? Why?Not bad change to 1000ms (1sec) Код: SetTimerEx("DelayedKick", 1000, false, "i", giveplayerid); I also tried that thing. But it's ...
124
Quote: Originally Posted by Crayder Integer and decimal, they are the same in pawn. Hmm, i thought 'i' will kick the player who is using it. And how about 'd' ?
133
Hello what is the differences about Код: SetTimerEx("DelayedKick", 250, false, "i", giveplayerid); with Код: SetTimerEx("DelayKick", 1000, false, "d", giveplayerid); I mean what is "i" and "...
133
I have no idea why its kicking the admin who uses it and not the user that must be kick here's the code Код: CMD:kick(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 1) { new stri...
124
Quote: Originally Posted by Richie© Why not test yourself and share results? I have 250ms timer and it works fine, havent tested with lower values though. Like this? Код: SetTimer...
95
If i set the timer to Код: SetTimerEx("DelayedKick", 0000, false, "i", playerid); If this is like Kick(playerid); if i put 0000 ? and if this still send a message before that for example Код...
95
Quote: Originally Posted by justice96 I thought 'GetPlayerIP' is not important to share. Код: forward DelayKick(playerid); public DelayKick(playerid) { Kick(playerid); ...
110
I don't understand why it's sending the msg to all even it's in SendClientMessageEx format and 'giveplayerid' here's the code Код: CMD:kick(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] ...
110