Advertisement
Guest User

Untitled

a guest
May 6th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. YCMD:update(playerid, params[],help)
  2. {
  3. #pragma unused help
  4. new info[1048];
  5. if(IsPlayerConnected(playerid))
  6. {
  7. strcat(info, "STAVI STA OCES \n", sizeof(info));//samo ovo kopiraj i mjenjaj sebi :D
  8. ShowPlayerDialog(playerid, 578, DIALOG_STYLE_MSGBOX, "... ", info, "Uredu", "");
  9. }
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement