Guest User

Untitled

a guest
May 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.37 KB | None | 0 0
  1. dcmd_blitzer(playerid, params[]) {
  2. new speed,radius;
  3. if (!IsACOP(playerid)||!IsPlayerInFrac(playerid,24))return SendClientMessage(playerid, 0xffffffff, "Du kannst das nicht");
  4. if (sscanf(params, "ii", speed, radius)) {
  5. SendClientMessage(playerid, 0xffffffff, "Benutzung: /blitzer [Geschwindigkeit] [Radius]");
  6. return 1;
  7. }
  8. AddBlitzer(playerid,speed,radius);
  9. return 1;
  10. }
Add Comment
Please, Sign In to add comment