CMD:pranjenovca( playerid, params[] ) { if( PlayerInfo[ playerid ][ xClan ] < 1) return GRESKA( playerid, "Nisi clan nijedne organizacije."); if( GetFactionType( playerid ) == ORG_TIP_PD || GetFactionType( playerid ) == ORG_TIP_HITM ) { return GRESKA( playerid, "Ti si u MUP organizaciji ne mozes ovo da radis!"); if( !IsPlayerInRangeOfPoint( playerid, 3.0, 2600.7976,-1388.3290,36.0960 ) ) return GRESKA( playerid, "Niste na mjestu za pranje pljavnog novca!" ); if( PlayerInfo[ playerid ][ xPrljaviNovac ] < 1000 ) return GRESKA( playerid, "Nemate dovoljno prljavog novca, potrebno min 1000!"); do { PlayerInfo[ playerid ][ xPrljaviNovac ] -= 1000; DajIgracuNovac( playerid, 700 ); } while( PlayerInfo[ playerid ][ xPrljaviNovac ] > 1000 ) return true; }