[Tutorial] Bugs in my server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Bugs in my server (
/showthread.php?tid=528514)
Bugs in my server -
ItzRbj - 28.07.2014
-removed-
Re: Bugs in my server -
SHE790 - 28.07.2014
1. Wrong section
2. should we guess ur code?
Re: Bugs in my server -
ItzRbj - 28.07.2014
lol i didnt say that , i said if u know whats the bug please tell me or give me a tutorial
Re: Bugs in my server -
Beckett - 28.07.2014
Why it's marked as a [Tutorial]?
Re: Bugs in my server -
SHE790 - 28.07.2014
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];
Re: Bugs in my server -
SanAndreasMP - 28.07.2014
What a tutorial! I'm Impressed. So useful!
OnTopic - Wrong Section. Post in Server Help Forum.
Re: Bugs in my server -
AMouldyLemon - 28.07.2014
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)");
Re: Bugs in my server -
SHE790 - 28.07.2014
Deleted
Re: Bugs in my server -
ItzRbj - 28.07.2014
thanks alot guys