[HELP] /taze - How can I configure it so it tazes the player's ID and not mine
#8

sry for dubble post but try this

Код:
zcmd(taze,playerid,params[])
{
   new
      ID;

   if(!sscanf(params,"u",ID)
   {
      TogglePlayerControllable(ID,false);
      return 1;
   }
   else return SendClientMessage(playerid,/*insert colour here*/,"USAGE: /taze [id/name]");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)