Advertisement
Guest User

Untitled

a guest
Mar 17th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. if (strcmp(cmd, "/stats", true) == 0)
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. if (gPlayerLogged[playerid] != 0)
  6. {
  7. ShowStats(playerid,playerid);
  8. /*GetPlayerName(playerid, sendername, sizeof(sendername));
  9. format(string, sizeof(string), "* %s flips open his PDA and looks at his stats.", sendername);
  10. ProxDetector(10.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);*/
  11. }
  12. else
  13. {
  14. SendClientMessage(playerid, COLOR_GRAD1, " You are not Logged in!");
  15. }
  16. }
  17. return 1;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement