[Tutorial] Bugs in my server
#1

-removed-
Reply
#2

1. Wrong section
2. should we guess ur code?
Reply
#3

lol i didnt say that , i said if u know whats the bug please tell me or give me a tutorial
Reply
#4

Why it's marked as a [Tutorial]?
Reply
#5

if u want only for rcon

pawn Код:
if(IsPlayerAdmin(playerid))
and if u want for admin lvls

pawn Код:
if(PlayerInfo[playerid][ pAdmin ] >= 1//1 is the admin lvl
by the way u need enum too
pawn Код:
enum pInfo
{
         pAdmin
};
new pInfo[MAX_PLAYERS][PlayerInfo];
Reply
#6

What a tutorial! I'm Impressed. So useful!


OnTopic - Wrong Section. Post in Server Help Forum.
Reply
#7

Should post Scrripting help in the "Scripting Help" section but here you go.
pawn Код:
new message 128;

if(sscanf(params, "s[128]", message)) return SendClientMessage(playerid, WHITE, "Usage: /s(hout)");
Reply
#8

Deleted
Reply
#9

thanks alot guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)