[HELP] Giveteam
#1

I Know how to make a RCON command,
I Know how to make a Normal command.
I wanna make a Giveteam command that i can give Other players a Team.
This command i have:
pawn Код:
if (strcmp("/giveteam", cmdtext, true, 10) == 0)
    {
  if (IsPlayerAdmin(playerid))
    {
    SetPlayerTeam(playerid, 1000);
        return 1;
    }
    }
But with this code i can give only myself a team.
Reply


Messages In This Thread
[HELP] Giveteam - by icorne - 12.02.2010, 18:12
Re: [HELP] Giveteam - by icorne - 12.02.2010, 18:43
Re: [HELP] Giveteam - by MadeMan - 12.02.2010, 20:43
Re: [HELP] Giveteam - by icorne - 12.02.2010, 21:07
Re: [HELP] Giveteam - by MadeMan - 12.02.2010, 21:09
Re: [HELP] Giveteam - by icorne - 12.02.2010, 21:11
Re: [HELP] Giveteam - by MadeMan - 12.02.2010, 21:25
Re: [HELP] Giveteam - by MadeMan - 12.02.2010, 21:28
Re: [HELP] Giveteam - by icorne - 12.02.2010, 21:36
Re: [HELP] Giveteam - by bajskorv123 - 12.02.2010, 22:47

Forum Jump:


Users browsing this thread: 3 Guest(s)