Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.46 KB | None | 0 0
  1. else if(strcmp(tmp, "biz", true) == 0 || strcmp(tmp, "bizz", true) == 0)
  2.                     {
  3.                         ShowPlayerDialog(playerid,96,DIALOG_STYLE_MSGBOX,"» Admin « Création d'un bizz","Vous êtes sur le point de creer un bizz, l'entrée du bizz se situra à votre position actuelle.\nVous pourrez toujours le supprimer ou modifier apres (/bizz sup(rimer) - /bizz edit)","Continuer","Annuler");
  4.                         player_Dialog[playerid] = 0;
  5.                         return 1;
  6.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement