SA-MP Forums Archive
i need an admin cmds ... how can make command like those - 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)
+--- Thread: i need an admin cmds ... how can make command like those (/showthread.php?tid=515466)



i need an admin cmds ... how can make command like those - DIVESHSEET - 26.05.2014

PHP код:
dcmd(admincmd8cmdtext);
    
dcmd(setweather,10,cmdtext);
    
dcmd(settime,7,cmdtext);
    
dcmd(admins6cmdtext);
    
dcmd(report6cmdtext);
    
dcmd(reports7cmdtext);
    
dcmd(asay,4,cmdtext);
    
dcmd(slap,4,cmdtext);
    
dcmd(explode,7,cmdtext);
    
dcmd(spec,4,cmdtext);
    
dcmd(specoff,7,cmdtext);
    
dcmd(getip,5,cmdtext);
    
dcmd(mute,4,cmdtext);
    
dcmd(unmute,6,cmdtext);
    
dcmd(kick,4,cmdtext);
    
dcmd(ban,3,cmdtext);
    
dcmd(jail,4,cmdtext);
    
dcmd(unjail,6,cmdtext);
    
dcmd(freeze,6,cmdtext);
    
dcmd(unfreeze,8,cmdtext);
    
dcmd(goto,4,cmdtext);
    
dcmd(get,3,cmdtext);
    
dcmd(gmx,3,cmdtext);
    
dcmd(makemegodadmin,14,cmdtext);
    
dcmd(makeadmin,9,cmdtext);
    
dcmd(cchat,5,cmdtext);} 
CAN YOU HELP SA:MP ?


Re: i need an admin cmds ... how can make command like those - HitterHitman - 26.05.2014

It is not a script request area. Also have you used ****** or search button? if not try to search every command one by one or use a already created admin system and get the commands from there.


Re: i need an admin cmds ... how can make command like those - NaClchemistryK - 26.05.2014

he didn't ask for it, he asked how to make ones. lemme explain him.
save the admin level in your saving system. then make the commands while checking whether he is admin or not. you just have to check the pinfo of the playerid who uses cmd.