Help me please!
#1

I have a Cops And Robbers gm.I want a code which jails cops when they kill innocent's.
Reply
#2

Wrong thread, to help you with problems, you cannot ask here if somebody can make something for you.
If you don't know how to script, find a scripter or learn to script.
Reply
#3

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
   if(gTeam[killerid] == COPS && gTeam[playerid] == INNOCENT) //WARNING!! You have to edit it according to your script!! thats just an example!
   TogglePlayerControllable(playerid,true);
   SetPlayerPos(player1,197.6661,173.8179,1003.0234);
   SetPlayerInterior(player1,3);
   SetCameraBehindPlayer(playerid);
   return 1;
}
Just to unjail him make a timer or command whatever you want
Reply
#4

tnx jarnu
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)