Lucas_Script

Codigo Rafael

Jun 30th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if(strcmp("/meulevel", cmdtext, true, 10) == 0){
  2. new StringCat[252];
  3. format(Str, sizeof(Str), "» Nick: %s\n\n", PlayerName(playerid));
  4. strcat(StringCat, Str);
  5. format(Str, sizeof(Str), "» Level: %d\n\n", PlayerInfo[playerid][pLevel]);
  6. strcat(StringCat, Str);
  7. format(Str, sizeof(Str), "» Experiência: %d\n\n", PlayerInfo[playerid][pExpe]);
  8. strcat(StringCat, Str);
  9. ShowPlayerDialog(playerid, comandos, DIALOG_STYLE_MSGBOX, "{10FD97}Meu LeveL", String, "Fechar", "");
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment