Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if(strcmp(cmd,"/checkcocain",true)==0)
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. format(string, sizeof(string), "คุณมีสาหร่ายแปรรูปจำนวน : %d", AlgePack[playerid]);
  6. SendClientMessage(playerid, COLOR_YELLOW, string);
  7. return 1;
  8. }
  9. return 1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement