Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3.  
  4. if(strcmp(cmdtext, "/zsaugot", true)==0)
  5. {
  6. SendClientMessage(playerid,COLOR_IVORY,"* === Zaidimas isaugotas ===");
  7. SavePlayerData(playerid,false);
  8. return 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement