Guest User

Untitled

a guest
Oct 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //EXP==========================================================================================
  2. if(dini_Int(file, "Tempo") >=7){
  3. dini_IntSet(file, "EXP", dini_Int(file, "EXP")+1);
  4. format(string, sizeof(string), "(INFO) Você ganhou +1 de respeito. (%d)",dini_Int(file, "EXP"));
  5. PlayerPlaySound(i, 1057, 0, 0, 0);
  6. SendClientMessage(i, 0x75EA00AA, string);
  7. dini_IntSet(file, "Tempo",0);
Add Comment
Please, Sign In to add comment