Quote:
Originally Posted by iFucK
pawn Код:
if( !strcmp( cmdtext, "/consertar", true )) { if( pInfo[ playerid ][ Prof ] == MECANICO || aInfo[ playerid ][ Admin ] == 1 || aInfo[ playerid ][ Moderador ] == 1 ) { if( !IsPlayerInAnyVehicle( playerid )) { SendClientMessage( playerid, COLOR_ERRO, "[ x ] Vocк nгo estб em um veнculo !" ); return 1; } if( GetPlayerWantedLevel( playerid ) > 0 ) { MensagemFormatada( playerid, COLOR_ERRO, "[ x ] %s Vocк estб procurado.", PlayerName( id )); return 1; } SendClientMessage( playerid, COLOR_AMARELO, "[ > ] Veнculo consertado !" ); new v = GetPlayerVehicleID( playerid ) ; resetNeon( playerid ); SetVehicleHealth( v, 1000 ); RepairVehicle( v ); PlayerPlaySound( playerid, 1057, 0.0, 0.0, 10.0 ); } else { SendClientMessage( playerid, COLOR_ERRO, "[ x ] Vocк nгo й um(a) Mecвnico(a) !" ); } return 1; }
@Caio
Troco Wanted > 0 Agr ? kk
|
troquei pq me confundi fiz na pressa dps que postei que eu vi :/