SwiZzoR

Untitled

May 7th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.50 KB | None | 0 0
  1. if(!strcmp("/ActFH", cmdtext, true))
  2. {
  3.         if (!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED, "!àúä ìà àãîéï");
  4.         for(new i; i < MAX_PLAYERS; ++i)
  5.         {
  6.         if(Act2[i])
  7.         {
  8.                     SendClientMessage(i, COLOR_YELLOW, "!äàãîéï îéìà ìëì äùç÷ðéí áôòéìåú àú àú äçééí åäîâï");
  9.                         SetPlayerHealth(i, 100);
  10.                         SetPlayerArmour(i,100);
  11.         }  
  12.         }
  13.         return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment