Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. public OnPlayerCommandFinish(playerid, cmdtext[], success)
  2. {
  3. if ( success == 0 )
  4. {
  5. if ( PlayerInfo[ playerid ][ Spawneado ] == 1 )
  6. {
  7. new string[256], output1[50], output2[50];
  8. sscanf(cmdtext, "p< >s[50]s[50]", output1, output2);
  9. format(string, sizeof(string), "** {c2fc3a}El Comando '{93968b}%s' {c2fc3a}No existe, por favor escriba "cgrey"/comandos {c2fc3a}o "cgrey"/ayuda", output1);
  10. SendClientMessage(playerid, -1, string);
  11. }
  12. }
  13. return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement