CMD:work( playerid, params[ ] )
{
if( GetPVarInt( playerid, \"Frakcio\" ) == 2 ) {
if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == PILOTA_VEHICLE ) {
if( GetPVarInt( playerid, \"IsPlayerInMission\" ) == 1 ) return SendClientMessage( playerid, -1, \"{ff0000}Hiba: {ffffff}Már elindítottál egy munkát, elõbb fejezd be!\" );
SendClientMessage( playerid, -1, \"Pilóta munka elindítva!\" );
} }
else if( GetPVarInt( playerid, \"Frakcio\" ) == 3 ) {
if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == MENTOS_VEHICLE ) {
if( GetPVarInt( playerid, \"IsPlayerInMission\" ) == 1 ) return SendClientMessage( playerid, -1, \"{ff0000}Hiba: {ffffff}Már elindítottál egy munkát, elõbb fejezd be!\" );
SendClientMessage( playerid, -1, \"Mentõs munka elindítva!\" );
} }
return 1;
}
Egy kicsit probáltam és sikerült minden! Gondolkoztam egy kicsit..