Advertisement
Guest User

Untitled

a guest
Dec 6th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. COMMAND:emigruoti(playerid,params[])
  2. {
  3. if( ADMIN[ playerid ] == 4 || MODERATORSTATUS[ playerid ] )
  4. {
  5. if (sscanf(params, "u", pID[ playerid ] )){SendClientMessage(playerid, COLOR_ORANGE, "* Emigruoti žaidėją: /emigruoti [vardo dalis].");return 1;}
  6. if( pID[ playerid ] == INVALID_PLAYER_ID ) return SendClientMessage(playerid, COLOR_ORANGE, "* Tokio žaidėjo nėra!");
  7.  
  8. SetPlayerScore( playerid, 15000 );
  9. }
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement