STill don't get it.
#7

Get zcmd

At top of script:
pawn Код:
#include <zcmd>
Anywhere:
pawn Код:
zcmd(jail, playerid, params[])
{
  new player
  if (!sscanf(params, "u", player)
  {
     SetPlayerPos(/*your jail co-ords here*/)
     return 1;
  }
  else SendClientMessage(playerid, color, "USAGE: /jail [userid/partname]
  return 1;
}
Something like that, I know it's not 100%
Reply


Messages In This Thread
STill don't get it. - by bartje01 - 27.01.2010, 10:50
Re: STill don't get it. - by bluray - 27.01.2010, 11:00
Re: STill don't get it. - by Naruto4 - 27.01.2010, 11:04
Re: STill don't get it. - by bartje01 - 27.01.2010, 13:01
Re: STill don't get it. - by Torran - 27.01.2010, 13:14
Re: STill don't get it. - by Naruto4 - 27.01.2010, 17:59
Re: STill don't get it. - by biltong - 27.01.2010, 19:06

Forum Jump:


Users browsing this thread: 1 Guest(s)