Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. if(GetPVarInt(GetPVarInt(playerid, "Caller"), "IsMasked") == 1) return format(string, sizeof(string), "[MaskID %d] pockets their cellphone.", GetPVarInt(GetPVarInt(playerid, "Caller"), "MaskID")); ProxDetector(15, GetPVarInt(playerid, "Caller"), string, color_purple, color_purple, color_purple, color_purple, color_purple);
  2.  
  3. DeletePVar(GetPVarInt(playerid, "Caller"), "CallTime");
  4.  
  5. DeletePVar(GetPVarInt(playerid, "Caller"), "Caller");
  6. DeletePVar(GetPVarInt(playerid, "Caller"), "OnPhone");
  7. DeletePVar(GetPVarInt(playerid, "Caller"), "PickedUp");
  8. DeletePVar(GetPVarInt(playerid, "Caller"), "GetCalled");
  9.  
  10. DeletePVar(playerid, "Caller");
  11. DeletePVar(playerid, "OnPhone");
  12. DeletePVar(playerid, "PickedUp");
  13. DeletePVar(playerid, "GetCalled");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement