Advertisement
WildWave

Untitled

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