[Tutorial] CREATING COMMAND : /get, /getall
#6

Quote:
Originally Posted by newbienoob
View Post
You need to explain everything in your tutorial!

pawn Code:
if (P_DATA[ playerid ][ P_Level ] < 3)return SendError( playerid, "You are not allowed to use this command"),SendReason( playerid, " Low level!");
We will get undefined symbol... blablabla
Already explained
Quote:
Originally Posted by ℓмяαη_кнαη
View Post
  • Now cmd is created now we will define that IsPlayerAdmin . Mean only administrator's of server can use this command !!!!
pawn Code:
{
         if (P_DATA[ playerid ][ P_Level ] < 3)return SendError( playerid, "You are not allowed to use this command"),SendReason( playerid, " Low level!"); // if player is admin .. You can change the max admin level < 3
Reply


Messages In This Thread
CREATING COMMAND : /get, /getall - by ℓмяαη_кнαη - 19.05.2012, 12:24
Re: CREATING COMMAND : /get, /getall - by JAMMIEISFTW - 19.05.2012, 12:30
Re: CREATING COMMAND : /get, /getall - by JaKe Elite - 19.05.2012, 12:33
Re: CREATING COMMAND : /get, /getall - by ℓмяαη_кнαη - 19.05.2012, 12:35
Re: CREATING COMMAND : /get, /getall - by newbienoob - 19.05.2012, 13:10
Re: CREATING COMMAND : /get, /getall - by ℓмяαη_кнαη - 19.05.2012, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)