please help admin class
#1

i am making a drifting server and i need help with admin class i want admins to do roadblocks and spikes,and they get a police skin i need help coding it?


Thanks
Toby
Reply
#2

http://lmgtfy.com/?q=WIKI+SAMP+admin
Reply
#3

i wanna make a class/fraction only one for the admin on my server and i want them to have the police skin and only admins can do the roadblock commands and taze and that please help
Reply
#4

place this under OnPlayerConnect

{
if(isPlayerAnAdmin(playerid,1))
{
SetPlayerSkin(playerid, 280);
return 1;
}

thats the skin.. ? if thats what ur meaning?
Reply
#5

were do i put that and i how do i put commands so eg if i only wanted admins to see /help what do i do?
Reply
#6

this is a bit of the /help

Quote:

if(strcmp(cmd, "/cmds", true) == 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "****************************************[Boss DRIFTERZ]********************************************");

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)