[HELP] Simple Kick as Rcon and Specific Job
#1

Hi,

I'm in trouble! So, I just need a little help :P

I just want a simple /kick, where the Rcon Admin and Specific Job (I already had the function to this job) could kick a player, with ID.

Код:
if(strcmp(cmd, "/kick",true) == 0) {
   if(Job[playerid] == GM || IsPlayerIsAdmin(playerid)) {
   SendClientMessage(playerid,COLOR_RED),"You've been kicked.");
   ............ continued
I know this lines are wrong, but this is an example for what I want.
So, anyone can help me?

Thanks!

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)